about summary refs log tree commit diff
path: root/tests/run-make/json-error-no-offset/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/json-error-no-offset/rmake.rs')
-rw-r--r--tests/run-make/json-error-no-offset/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/json-error-no-offset/rmake.rs b/tests/run-make/json-error-no-offset/rmake.rs
index 629d9c4c16e..3f45778ca04 100644
--- a/tests/run-make/json-error-no-offset/rmake.rs
+++ b/tests/run-make/json-error-no-offset/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // The byte positions in json format error logging used to have a small, difficult
 // to predict offset. This was changed to be the top of the file every time in #42973,
 // and this test checks that the measurements appearing in the standard error are correct.