We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b824404 commit e36a6a8Copy full SHA for e36a6a8
compiler/rustc_session/src/config.rs
@@ -912,7 +912,7 @@ pub struct NextSolverConfig {
912
pub coherence: bool = true,
913
/// Whether the new trait solver should be enabled everywhere.
914
/// This is only `true` if `coherence` is also enabled.
915
- pub globally: bool = false,
+ pub globally: bool = true,
916
}
917
918
#[derive(Clone)]
0 commit comments