Skip to content

Commit 5a5a350

Browse files
committed
enable new solver everywhere
1 parent e9ce36d commit 5a5a350

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

0 commit comments

Comments
 (0)