Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 770efcd

Browse files
lcnrcompiler-errors
authored andcommitted
enable new solver everywhere
1 parent 50b2d07 commit 770efcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ pub struct NextSolverConfig {
846846
}
847847
impl Default for NextSolverConfig {
848848
fn default() -> Self {
849-
NextSolverConfig { coherence: true, globally: false }
849+
NextSolverConfig { coherence: true, globally: true }
850850
}
851851
}
852852

0 commit comments

Comments
 (0)