Skip to content

Commit 386b97f

Browse files
committed
hard error if generic_const_exprs is enabled`
1 parent 6e7dd2c commit 386b97f

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

997997
#[derive(Clone)]

0 commit comments

Comments
 (0)