stabilize -Znext-solver=coherence

This commit is contained in:
lcnr
2024-09-21 07:02:51 +00:00
parent 88f311479d
commit 1a9d2d82a5
68 changed files with 347 additions and 329 deletions

View File

@@ -842,6 +842,11 @@ pub struct NextSolverConfig {
/// This is only `true` if `coherence` is also enabled.
pub globally: bool,
}
impl Default for NextSolverConfig {
fn default() -> Self {
NextSolverConfig { coherence: true, globally: false }
}
}
#[derive(Clone)]
pub enum Input {