diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-09-18 08:11:55 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-09-25 19:00:17 -0700 |
| commit | fd5aa07f4f217a2f57131dfd0b17e58fb1ad3918 (patch) | |
| tree | a151f61f0cf40cd2b5a90cb2770a4eacf81a601b /compiler/rustc_metadata/src | |
| parent | 9e394f551c050ff03c6fc57f190e0761cf0be6e8 (diff) | |
| download | rust-fd5aa07f4f217a2f57131dfd0b17e58fb1ad3918.tar.gz rust-fd5aa07f4f217a2f57131dfd0b17e58fb1ad3918.zip | |
Stabilize the `map`/`value` methods on `ControlFlow`
And fix the stability attribute on the `pub use` in `core::ops`.
Diffstat (limited to 'compiler/rustc_metadata/src')
| -rw-r--r-- | compiler/rustc_metadata/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/src/lib.rs b/compiler/rustc_metadata/src/lib.rs index 10f2087d1e6..6e2ab8c32d9 100644 --- a/compiler/rustc_metadata/src/lib.rs +++ b/compiler/rustc_metadata/src/lib.rs @@ -3,7 +3,6 @@ #![allow(rustc::potential_query_instability)] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![doc(rust_logo)] -#![feature(control_flow_enum)] #![feature(coroutines)] #![feature(decl_macro)] #![feature(error_iter)] |
