Skip to content

Commit 346b45d

Browse files
committed
enable new solver everywhere
1 parent d9a3259 commit 346b45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ pub struct NextSolverConfig {
886886
}
887887
impl Default for NextSolverConfig {
888888
fn default() -> Self {
889-
NextSolverConfig { coherence: true, globally: false }
889+
NextSolverConfig { coherence: true, globally: true }
890890
}
891891
}
892892

0 commit comments

Comments
 (0)