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:
commit
3da96aed94
18 changed files with 175 additions and 17 deletions
|
@ -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")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue