1
Fork 0

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
This commit is contained in:
Guillaume Gomez 2024-01-09 17:52:21 +01:00 committed by GitHub
commit 3da96aed94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 175 additions and 17 deletions

View file

@ -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")));