about summary refs log tree commit diff
path: root/tests/run-make/proc-macro-three-crates/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/proc-macro-three-crates/rmake.rs')
-rw-r--r--tests/run-make/proc-macro-three-crates/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/proc-macro-three-crates/rmake.rs b/tests/run-make/proc-macro-three-crates/rmake.rs
index d3735540fdd..e5a3385acbc 100644
--- a/tests/run-make/proc-macro-three-crates/rmake.rs
+++ b/tests/run-make/proc-macro-three-crates/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // A compiler bug caused the following issue:
 // If a crate A depends on crate B, and crate B
 // depends on crate C, and crate C contains a procedural