Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 56eafa8

Browse files
committed
enable -Znext-solver by default
1 parent da1082b commit 56eafa8

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
@@ -1003,7 +1003,7 @@ pub struct NextSolverConfig {
10031003
pub coherence: bool = true,
10041004
/// Whether the new trait solver should be enabled everywhere.
10051005
/// This is only `true` if `coherence` is also enabled.
1006-
pub globally: bool = false,
1006+
pub globally: bool = true,
10071007
}
10081008

10091009
#[derive(Clone)]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /