diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-01-09 17:52:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 17:52:21 +0100 |
| commit | 3da96aed94aa0f72a3632475ccc9510adbb8f8e0 (patch) | |
| tree | 51fdfbb043ed22a1af81085d1f95806971cf4370 /compiler/rustc_interface/src | |
| parent | 87b0de6cb7395017a4894d01781feed9f401de50 (diff) | |
| parent | 684aa2c9d11d9e818ea65f7e4ebd194b97318ac7 (diff) | |
| download | rust-3da96aed94aa0f72a3632475ccc9510adbb8f8e0.tar.gz rust-3da96aed94aa0f72a3632475ccc9510adbb8f8e0.zip | |
Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errors
Add support for shell argfiles Closes https://github.com/rust-lang/compiler-team/issues/684
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"))); |
