We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dbffb commit fae0be5Copy full SHA for fae0be5
compiler/rustc_interface/src/tests.rs
@@ -689,7 +689,7 @@ fn test_unstable_options_tracking_hash() {
689
untracked!(time_llvm_passes, true);
690
untracked!(time_passes, true);
691
untracked!(trace_macros, true);
692
- untracked!(track_diagnostics, false);
+ untracked!(track_diagnostics, true);
693
untracked!(trim_diagnostic_paths, false);
694
untracked!(ui_testing, true);
695
untracked!(unpretty, Some("expanded".to_string()));
0 commit comments