Skip to content

Commit c7271d3

Browse files
committed
fix unstable options tracking
1 parent 34ada01 commit c7271d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ fn test_unstable_options_tracking_hash() {
800800
tracked!(mutable_noalias, false);
801801
tracked!(
802802
next_solver,
803-
Some(NextSolverConfig { coherence: true, globally: false, dump_tree: Default::default() })
803+
Some(NextSolverConfig { coherence: true, globally: true, dump_tree: Default::default() })
804804
);
805805
tracked!(no_generate_arange_section, true);
806806
tracked!(no_jump_tables, true);

0 commit comments

Comments
 (0)