We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 505b9b0 + c765af7 commit d3bad1aCopy full SHA for d3bad1a
tests/rustc-macro.rs
@@ -6,6 +6,7 @@ use cargotest::support::{project, execs};
6
use hamcrest::assert_that;
7
8
#[test]
9
+#[ignore]
10
fn noop() {
11
if !is_nightly() {
12
return;
@@ -62,6 +63,7 @@ fn noop() {
62
63
}
64
65
66
67
fn impl_and_derive() {
68
69
@@ -146,6 +148,7 @@ fn impl_and_derive() {
146
148
147
149
150
151
152
fn plugin_and_rustc_macro() {
153
154
0 commit comments