]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_interface/src/tests.rs
Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726
[rust.git] / compiler / rustc_interface / src / tests.rs
index eb8e65a6d59d38819736f8ee02df36b805116711..a03e7b0dae527344a17f8edfd6d958cceed0853a 100644 (file)
@@ -690,6 +690,7 @@ macro_rules! untracked {
     untracked!(time_llvm_passes, true);
     untracked!(time_passes, true);
     untracked!(trace_macros, true);
+    untracked!(track_diagnostics, true);
     untracked!(trim_diagnostic_paths, false);
     untracked!(ui_testing, true);
     untracked!(unpretty, Some("expanded".to_string()));