Skip to content

Commit 825bfeb

Browse files
committed
tests: remove ignore-stage1 where possible in proc_macro tests.
1 parent 9a87b8f commit 825bfeb

37 files changed

+4
-36
lines changed

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(proc_macro)]
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

1413
#![feature(proc_macro, rustc_attrs)]
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
#![feature(proc_macro)]
1514

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

src/test/compile-fail-fulldeps/proc-macro/lints_in_proc_macros.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:bang_proc_macro2.rs
12-
// ignore-stage1
1312

1413
#![feature(proc_macro)]
1514
#![allow(unused_macros)]

src/test/compile-fail-fulldeps/proc-macro/proc-macro-attributes.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

src/test/incremental-fulldeps/incremental_proc_macro.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:incremental_proc_macro_aux.rs
12-
// ignore-stage1
1312
// revisions: cfail1 cfail2
1413
// must-compile-successfully
1514

0 commit comments

Comments
 (0)