diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2023-01-18 10:22:21 -0800 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2023-01-18 10:22:21 -0800 |
| commit | 7d57685682778900cb3b8d57605a143d402b8d0c (patch) | |
| tree | ae0c2401f7992b97631c66d962961cb85f72cfe9 /compiler/rustc_monomorphize/src/lib.rs | |
| parent | 925dc37313853f15dc21e42dc869b024fe488ef3 (diff) | |
| download | rust-7d57685682778900cb3b8d57605a143d402b8d0c.tar.gz rust-7d57685682778900cb3b8d57605a143d402b8d0c.zip | |
Also remove `#![feature(control_flow_enum)]` where possible
Diffstat (limited to 'compiler/rustc_monomorphize/src/lib.rs')
| -rw-r--r-- | compiler/rustc_monomorphize/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_monomorphize/src/lib.rs b/compiler/rustc_monomorphize/src/lib.rs index b616ed35d99..f88155e4fc7 100644 --- a/compiler/rustc_monomorphize/src/lib.rs +++ b/compiler/rustc_monomorphize/src/lib.rs @@ -1,5 +1,4 @@ #![feature(array_windows)] -#![feature(control_flow_enum)] #![recursion_limit = "256"] #![allow(rustc::potential_query_instability)] #![deny(rustc::untranslatable_diagnostic)] |
