Skip to content

Commit 083f399

Browse files
committed
fix unstable options tracking
1 parent c17e4b6 commit 083f399

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

0 commit comments

Comments
 (0)