1
Fork 0

Address some comments

This commit is contained in:
mejrs 2022-10-24 20:52:51 +02:00
parent 406e1dc8eb
commit 854b3166a0
9 changed files with 42 additions and 6 deletions

View file

@ -689,6 +689,7 @@ fn test_unstable_options_tracking_hash() {
untracked!(time_llvm_passes, true);
untracked!(time_passes, true);
untracked!(trace_macros, true);
untracked!(track_diagnostics, false);
untracked!(trim_diagnostic_paths, false);
untracked!(ui_testing, true);
untracked!(unpretty, Some("expanded".to_string()));