Skip to content

Commit 811efd4

Browse files
committed
enable new solver everywhere
1 parent e279c89 commit 811efd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ pub struct NextSolverConfig {
910910
pub coherence: bool = true,
911911
/// Whether the new trait solver should be enabled everywhere.
912912
/// This is only `true` if `coherence` is also enabled.
913-
pub globally: bool = false,
913+
pub globally: bool = true,
914914
}
915915

916916
#[derive(Clone)]

0 commit comments

Comments
 (0)