mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
fix tracking hash test
This commit is contained in:
@@ -689,7 +689,7 @@ macro_rules! untracked {
|
||||
untracked!(time_llvm_passes, true);
|
||||
untracked!(time_passes, true);
|
||||
untracked!(trace_macros, true);
|
||||
untracked!(track_diagnostics, false);
|
||||
untracked!(track_diagnostics, true);
|
||||
untracked!(trim_diagnostic_paths, false);
|
||||
untracked!(ui_testing, true);
|
||||
untracked!(unpretty, Some("expanded".to_string()));
|
||||
|
||||
Reference in New Issue
Block a user