Skip to content

Commit 6dbf256

Browse files
committed
enable new solver everywhere
1 parent 724728e commit 6dbf256

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
@@ -853,7 +853,7 @@ pub struct NextSolverConfig {
853853
}
854854
impl Default for NextSolverConfig {
855855
fn default() -> Self {
856-
NextSolverConfig { coherence: true, globally: false }
856+
NextSolverConfig { coherence: true, globally: true }
857857
}
858858
}
859859

0 commit comments

Comments
 (0)