Skip to content

Commit

Permalink
fix unstable options tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Apr 5, 2024
1 parent 34ada01 commit c7271d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_interface/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ fn test_unstable_options_tracking_hash() {
tracked!(mutable_noalias, false);
tracked!(
next_solver,
Some(NextSolverConfig { coherence: true, globally: false, dump_tree: Default::default() })
Some(NextSolverConfig { coherence: true, globally: true, dump_tree: Default::default() })
);
tracked!(no_generate_arange_section, true);
tracked!(no_jump_tables, true);
Expand Down

0 comments on commit c7271d3

Please sign in to comment.