Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco
Remove `-Ztime` Because it has a lot of overlap with `-Ztime-passes` but is generally less useful. Plus some related cleanups. Best reviewed one commit at a time. r? `@davidtwco`
This commit is contained in:
commit
42df0a580f
14 changed files with 56 additions and 74 deletions
|
@ -692,7 +692,6 @@ fn test_unstable_options_tracking_hash() {
|
|||
untracked!(span_free_formats, true);
|
||||
untracked!(temps_dir, Some(String::from("abc")));
|
||||
untracked!(threads, 99);
|
||||
untracked!(time, true);
|
||||
untracked!(time_llvm_passes, true);
|
||||
untracked!(time_passes, true);
|
||||
untracked!(trace_macros, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue