Skip to content

Commit d3bad1a

Browse files
authored
Auto merge of #3170 - alexcrichton:ignore-rustc-macro, r=alexcrichton
Ignore rustc-macro tests for now We need to ignore them to land rust-lang/rust#36945 and after that we'll shortly re-enable them.
2 parents 505b9b0 + c765af7 commit d3bad1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/rustc-macro.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use cargotest::support::{project, execs};
66
use hamcrest::assert_that;
77

88
#[test]
9+
#[ignore]
910
fn noop() {
1011
if !is_nightly() {
1112
return;
@@ -62,6 +63,7 @@ fn noop() {
6263
}
6364

6465
#[test]
66+
#[ignore]
6567
fn impl_and_derive() {
6668
if !is_nightly() {
6769
return;
@@ -146,6 +148,7 @@ fn impl_and_derive() {
146148
}
147149

148150
#[test]
151+
#[ignore]
149152
fn plugin_and_rustc_macro() {
150153
if !is_nightly() {
151154
return;

0 commit comments

Comments
 (0)