We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b30550 commit af97f86Copy full SHA for af97f86
compiler/rustc_interface/src/tests.rs
@@ -704,7 +704,7 @@ fn test_unstable_options_tracking_hash() {
704
untracked!(keep_hygiene_data, true);
705
untracked!(link_native_libraries, false);
706
untracked!(llvm_time_trace, true);
707
- untracked!(ls, true);
+ untracked!(ls, vec!["all".to_owned()]);
708
untracked!(macro_backtrace, true);
709
untracked!(meta_stats, true);
710
untracked!(mir_include_spans, true);
0 commit comments