Skip to content

Commit

Permalink
enable new solver everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Dec 17, 2024
1 parent 724728e commit 6dbf256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ pub struct NextSolverConfig {
}
impl Default for NextSolverConfig {
fn default() -> Self {
NextSolverConfig { coherence: true, globally: false }
NextSolverConfig { coherence: true, globally: true }
}
}

Expand Down

0 comments on commit 6dbf256

Please sign in to comment.