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 1ef1ab2 commit c2cd007Copy full SHA for c2cd007
compiler/rustc_interface/src/tests.rs
@@ -689,6 +689,7 @@ fn test_unstable_options_tracking_hash() {
689
// Make sure that changing an [UNTRACKED] option leaves the hash unchanged.
690
// tidy-alphabetical-start
691
untracked!(assert_incr_state, Some(String::from("loaded")));
692
+ untracked!(codegen_source_order, true);
693
untracked!(deduplicate_diagnostics, false);
694
untracked!(dump_dep_graph, true);
695
untracked!(dump_mir, Some(String::from("abc")));
0 commit comments