Skip to content

Commit 60a4538

Browse files
committed
fix unstable options tracking
1 parent a018a58 commit 60a4538

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
@@ -801,7 +801,7 @@ fn test_unstable_options_tracking_hash() {
801801
tracked!(mutable_noalias, false);
802802
tracked!(
803803
next_solver,
804-
Some(NextSolverConfig { coherence: true, globally: false, dump_tree: Default::default() })
804+
Some(NextSolverConfig { coherence: true, globally: true, dump_tree: Default::default() })
805805
);
806806
tracked!(no_generate_arange_section, true);
807807
tracked!(no_jump_tables, true);

0 commit comments

Comments
 (0)