Skip to content

Commit d3ab4a7

Browse files
committed
tests: remove ignore-stage1 where possible in proc_macro tests.
1 parent 188d2da commit d3ab4a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+37
-104
lines changed

src/test/compile-fail-fulldeps/proc-macro/attr-invalid-exprs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:attr-stmt-expr.rs
12-
// ignore-stage1
1312

1413
//! Attributes producing expressions in invalid locations
1514

src/test/compile-fail-fulldeps/proc-macro/attr-stmt-expr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:attr-stmt-expr.rs
12-
// ignore-stage1
1312

1413
#![feature(proc_macro_hygiene)]
1514

src/test/compile-fail-fulldeps/proc-macro/attribute-with-error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:attribute-with-error.rs
12-
// ignore-stage1
1312

1413
#![feature(custom_inner_attributes)]
1514

src/test/compile-fail-fulldeps/proc-macro/attributes-included.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:attributes-included.rs
12-
// ignore-stage1
1312
// compile-pass
1413

1514
#![warn(unused)]

src/test/compile-fail-fulldeps/proc-macro/derive-bad.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:derive-bad.rs
12-
// ignore-stage1
1312

1413
#[macro_use]
1514
extern crate derive_bad;

src/test/compile-fail-fulldeps/proc-macro/expand-to-unstable-2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:derive-unstable-2.rs
12-
// ignore-stage1
1312

1413
#![allow(warnings)]
1514

src/test/compile-fail-fulldeps/proc-macro/expand-to-unstable.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:derive-unstable.rs
12-
// ignore-stage1
1312

1413
#![allow(warnings)]
1514

src/test/compile-fail-fulldeps/proc-macro/issue-38586.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:issue_38586.rs
12-
// ignore-stage1
1312

1413
#[macro_use]
1514
extern crate issue_38586;

src/test/compile-fail-fulldeps/proc-macro/issue-50493.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:issue_50493.rs
12-
// ignore-stage1
1312

1413
#[macro_use]
1514
extern crate issue_50493;

src/test/compile-fail-fulldeps/proc-macro/item-error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:derive-b.rs
12-
// ignore-stage1
1312

1413
#![allow(warnings)]
1514

0 commit comments

Comments
 (0)