diff options
| author | bors <bors@rust-lang.org> | 2024-01-09 17:19:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-09 17:19:52 +0000 |
| commit | ae9d24de80b00b4158d1a29a212a6b02aeda0e75 (patch) | |
| tree | ea43a15bdb935ec4dc1be01f02a9c77e19d35b6c /compiler/rustc_interface/src | |
| parent | 5876c8cdfd3df742c334d6447d44d760c77103b6 (diff) | |
| parent | d61b92f154aa9fadfc28fd9cb0753f7efda5918b (diff) | |
| download | rust-ae9d24de80b00b4158d1a29a212a6b02aeda0e75.tar.gz rust-ae9d24de80b00b4158d1a29a212a6b02aeda0e75.zip | |
Auto merge of #119777 - GuillaumeGomez:rollup-mf82vow, r=GuillaumeGomez
Rollup of 5 pull requests Successful merges: - #118241 (Making `User<T>` and `User<[T]>` `Send`) - #118645 (chore: Bump compiler_builtins) - #118680 (Add support for shell argfiles) - #119721 (`~const` trait and projection bounds do not imply their non-const counterparts) - #119768 (core: panic: fix broken link) r? `@ghost` `@rustbot` modify labels: rollup
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 444e3700cf7..588139a303c 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -698,6 +698,7 @@ fn test_unstable_options_tracking_hash() { untracked!(query_dep_graph, true); untracked!(self_profile, SwitchWithOptPath::Enabled(None)); untracked!(self_profile_events, Some(vec![String::new()])); + untracked!(shell_argfiles, true); untracked!(span_debug, true); untracked!(span_free_formats, true); untracked!(temps_dir, Some(String::from("abc"))); |
