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 c3e179f commit 26037f4Copy full SHA for 26037f4
compiler/rustc_session/src/config.rs
@@ -910,7 +910,7 @@ pub struct NextSolverConfig {
910
pub coherence: bool = true,
911
/// Whether the new trait solver should be enabled everywhere.
912
/// This is only `true` if `coherence` is also enabled.
913
- pub globally: bool = false,
+ pub globally: bool = true,
914
}
915
916
#[derive(Clone)]
0 commit comments