Skip to content

Commit 0bc4063

Browse files
committed
fix unstable options tracking
1 parent 0e75863 commit 0bc4063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ fn test_unstable_options_tracking_hash() {
808808
tracked!(mir_opt_level, Some(4));
809809
tracked!(move_size_limit, Some(4096));
810810
tracked!(mutable_noalias, false);
811-
tracked!(next_solver, Some(NextSolverConfig { coherence: true, globally: false }));
811+
tracked!(next_solver, NextSolverConfig { coherence: true, globally: true });
812812
tracked!(no_generate_arange_section, true);
813813
tracked!(no_jump_tables, true);
814814
tracked!(no_link, true);

0 commit comments

Comments
 (0)