Skip to content

Commit 0b397c2

Browse files
committed
fix unstable options tracking
1 parent 35d0756 commit 0b397c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_interface/src/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ fn test_unstable_options_tracking_hash() {
792792
tracked!(mutable_noalias, false);
793793
tracked!(
794794
next_solver,
795-
Some(NextSolverConfig { coherence: true, globally: false, dump_tree: Default::default() })
795+
Some(NextSolverConfig { coherence: true, globally: true, dump_tree: Default::default() })
796796
);
797797
tracked!(no_generate_arange_section, true);
798798
tracked!(no_jump_tables, true);

0 commit comments

Comments
 (0)