about summary refs log tree commit diff
path: root/tests/run-make/diagnostics-traits-from-duplicate-crates/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/diagnostics-traits-from-duplicate-crates/rmake.rs')
-rw-r--r--tests/run-make/diagnostics-traits-from-duplicate-crates/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/diagnostics-traits-from-duplicate-crates/rmake.rs b/tests/run-make/diagnostics-traits-from-duplicate-crates/rmake.rs
index 32c4cf33896..5bc0a0c9519 100644
--- a/tests/run-make/diagnostics-traits-from-duplicate-crates/rmake.rs
+++ b/tests/run-make/diagnostics-traits-from-duplicate-crates/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // Non-regression test for issue #132920 where multiple versions of the same crate are present in
 // the dependency graph, and an unexpected error in a dependent crate caused an ICE in the
 // unsatisfied bounds diagnostics for traits present in multiple crate versions.