Skip to content

Commit 724d1b3

Browse files
committed
enable -Znext-solver by default
1 parent 1b1cb5f commit 724d1b3

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
@@ -1058,7 +1058,7 @@ pub struct NextSolverConfig {
10581058
pub coherence: bool = true,
10591059
/// Whether the new trait solver should be enabled everywhere.
10601060
/// This is only `true` if `coherence` is also enabled.
1061-
pub globally: bool = false,
1061+
pub globally: bool = true,
10621062
}
10631063

10641064
#[derive(Clone)]

0 commit comments

Comments
 (0)