about summary refs log tree commit diff
path: root/tests/run-make/lib-trait-for-trait-no-ice/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/lib-trait-for-trait-no-ice/rmake.rs')
-rw-r--r--tests/run-make/lib-trait-for-trait-no-ice/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/lib-trait-for-trait-no-ice/rmake.rs b/tests/run-make/lib-trait-for-trait-no-ice/rmake.rs
index 0c5e12055e8..af42911502e 100644
--- a/tests/run-make/lib-trait-for-trait-no-ice/rmake.rs
+++ b/tests/run-make/lib-trait-for-trait-no-ice/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // Inside a library, implementing a trait for another trait
 // with a lifetime used to cause an internal compiler error (ICE).
 // This test checks that this bug does not make a resurgence -