about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorDavid Koloski <djkoloski@gmail.com>2023-12-06 18:25:13 +0000
committerDavid Koloski <djkoloski@gmail.com>2024-01-08 15:25:55 -0500
commit684aa2c9d11d9e818ea65f7e4ebd194b97318ac7 (patch)
tree1ba20cbbc39210a70af4f2bc8b14dd3dc34e44fe /compiler/rustc_interface/src
parent6bc08a725f888a06ea3c6844f3d0cc2d2ebc5142 (diff)
downloadrust-684aa2c9d11d9e818ea65f7e4ebd194b97318ac7.tar.gz
rust-684aa2c9d11d9e818ea65f7e4ebd194b97318ac7.zip
Add support for shell argfiles
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 75410db1e36..7b5de4cc117 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -700,6 +700,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")));