Skip to content

Commit 0450ca4

Browse files
lcnrcompiler-errors
authored andcommitted
enable -Znext-solver by default
1 parent d48b8ba commit 0450ca4

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

10041004
#[derive(Clone)]

0 commit comments

Comments
 (0)