Skip to content

Commit 0263d43

Browse files
committed
enable new solver everywhere
1 parent 9879b56 commit 0263d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_session/src/config.rs

+1-1
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)