Skip to content

Commit e62e7a6

Browse files
committed
enable new solver everywhere
1 parent ccc0871 commit e62e7a6

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

999999
#[derive(Clone)]

0 commit comments

Comments
 (0)