diff options
| author | Michael Goulet <michael@errs.io> | 2024-09-11 17:57:04 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-09-11 17:57:04 -0400 |
| commit | e866f8a97d1f08e8a187323a1a5838f88fe33d81 (patch) | |
| tree | b5b5675acfc77c3600499249f0a95b53e7cbfac0 /compiler/rustc_session/src/config.rs | |
| parent | 5bce6d48ff09dcb2613278ec93013795718478ef (diff) | |
| download | rust-e866f8a97d1f08e8a187323a1a5838f88fe33d81.tar.gz rust-e866f8a97d1f08e8a187323a1a5838f88fe33d81.zip | |
Revert 'Stabilize -Znext-solver=coherence'
Diffstat (limited to 'compiler/rustc_session/src/config.rs')
| -rw-r--r-- | compiler/rustc_session/src/config.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/rustc_session/src/config.rs b/compiler/rustc_session/src/config.rs index f3e3b36111c..908d50a041e 100644 --- a/compiler/rustc_session/src/config.rs +++ b/compiler/rustc_session/src/config.rs @@ -842,11 +842,6 @@ 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 { |
