about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-01-09 17:52:21 +0100
committerGitHub <noreply@github.com>2024-01-09 17:52:21 +0100
commit3da96aed94aa0f72a3632475ccc9510adbb8f8e0 (patch)
tree51fdfbb043ed22a1af81085d1f95806971cf4370 /compiler/rustc_interface/src
parent87b0de6cb7395017a4894d01781feed9f401de50 (diff)
parent684aa2c9d11d9e818ea65f7e4ebd194b97318ac7 (diff)
downloadrust-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.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 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")));