about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorLukas Wirth <lukas.wirth@ferrous-systems.com>2024-04-23 10:44:14 +0200
committerLukas Wirth <lukas.wirth@ferrous-systems.com>2024-04-23 11:01:47 +0200
commit481515500a7588146dfc6a2e21be3ba3a2df4668 (patch)
tree490b10d41c48966d96fe61cc11b0e695f8c18c0a /compiler/rustc_interface/src
parenta77f76e26302e9a084fb321817675b1dfc1dcd63 (diff)
downloadrust-481515500a7588146dfc6a2e21be3ba3a2df4668.tar.gz
rust-481515500a7588146dfc6a2e21be3ba3a2df4668.zip
Mark @RUSTC_BUILTIN search path usage as unstable
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 8d741ef4c1b..f6014bcd893 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -321,6 +321,7 @@ fn test_search_paths_tracking_hash_different_order() {
             &opts.target_triple,
             &early_dcx,
             search_path,
+            false,
         ));
     };