diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-05-20 08:54:10 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-05-27 07:36:17 -0400 |
| commit | b454991ac4eef89480679f595cbe81e0d5e23262 (patch) | |
| tree | 8bea6122df07ce3dc72bd5733b2bff389a17c7d1 /compiler/rustc_session/src | |
| parent | 46147119ec545045948bc799581d93edd3b1617b (diff) | |
| download | rust-b454991ac4eef89480679f595cbe81e0d5e23262.tar.gz rust-b454991ac4eef89480679f595cbe81e0d5e23262.zip | |
Finish bumping stage0
It looks like the last time had left some remaining cfg's -- which made me think that the stage0 bump was actually successful. This brings us to a released 1.62 beta though.
Diffstat (limited to 'compiler/rustc_session/src')
| -rw-r--r-- | compiler/rustc_session/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/lib.rs b/compiler/rustc_session/src/lib.rs index f84a154950f..59b4981dd01 100644 --- a/compiler/rustc_session/src/lib.rs +++ b/compiler/rustc_session/src/lib.rs @@ -1,6 +1,5 @@ #![feature(if_let_guard)] #![feature(let_chains)] -#![cfg_attr(bootstrap, feature(derive_default_enum))] #![feature(let_else)] #![feature(min_specialization)] #![feature(never_type)] |
