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 Nov 26, 2024
1 parent b21b116 commit a8dbd7a
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 @@ -846,7 +846,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 a8dbd7a

Please sign in to comment.