Skip to content

Commit 8a05416

Browse files
committed
enable -Znext-solver by default
1 parent 747d449 commit 8a05416

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
@@ -997,7 +997,7 @@ pub struct NextSolverConfig {
997997
pub coherence: bool = true,
998998
/// Whether the new trait solver should be enabled everywhere.
999999
/// This is only `true` if `coherence` is also enabled.
1000-
pub globally: bool = false,
1000+
pub globally: bool = true,
10011001
}
10021002

10031003
#[derive(Clone)]

0 commit comments

Comments
 (0)