diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2021-05-23 10:21:25 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2021-05-23 13:20:05 -0700 |
| commit | 65a0a8b38663751870264fb73815c5586f324b47 (patch) | |
| tree | d4c81ad952a3a4f526f5ed6f76843d77989987c0 /compiler/rustc_traits/src/lib.rs | |
| parent | 3bcaeb0bf9e1c29d18abc32928fd2f23d1bed0bd (diff) | |
| download | rust-65a0a8b38663751870264fb73815c5586f324b47.tar.gz rust-65a0a8b38663751870264fb73815c5586f324b47.zip | |
Stabilize ops::ControlFlow (just the type)
Diffstat (limited to 'compiler/rustc_traits/src/lib.rs')
| -rw-r--r-- | compiler/rustc_traits/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_traits/src/lib.rs b/compiler/rustc_traits/src/lib.rs index 7b688cd3e21..d0b05beb4e6 100644 --- a/compiler/rustc_traits/src/lib.rs +++ b/compiler/rustc_traits/src/lib.rs @@ -4,7 +4,6 @@ #![feature(crate_visibility_modifier)] #![feature(in_band_lifetimes)] #![feature(nll)] -#![feature(control_flow_enum)] #![recursion_limit = "256"] #[macro_use] |
