diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-04-23 17:25:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-23 17:25:17 +0200 |
| commit | 5ff1fa992139f152195d0ff263882e5fe458daaa (patch) | |
| tree | 34248dbecc2d4f8699196d33de6f5bef8fd03066 /compiler/rustc_interface/src | |
| parent | 6e423e1651e807ee3a07aa2f188fefadcb464071 (diff) | |
| parent | 481515500a7588146dfc6a2e21be3ba3a2df4668 (diff) | |
| download | rust-5ff1fa992139f152195d0ff263882e5fe458daaa.tar.gz rust-5ff1fa992139f152195d0ff263882e5fe458daaa.zip | |
Rollup merge of #124285 - ferrocene:unstable-L-rust-builtin, r=petrochenkov
Mark `@RUSTC_BUILTIN` search path usage as unstable Follow up to https://github.com/rust-lang/rust/pull/121843 r? `@petrochenkov`
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
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, )); }; |
