Skip to content

Commit a26a6a6

Browse files
committed
enable new solver everywhere
1 parent b21b10e commit a26a6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_session/src/config.rs

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

918918
#[derive(Clone)]

0 commit comments

Comments
 (0)