about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2024-09-18 08:11:55 -0700
committerScott McMurray <scottmcm@users.noreply.github.com>2024-09-25 19:00:17 -0700
commitfd5aa07f4f217a2f57131dfd0b17e58fb1ad3918 (patch)
treea151f61f0cf40cd2b5a90cb2770a4eacf81a601b /compiler/rustc_metadata/src
parent9e394f551c050ff03c6fc57f190e0761cf0be6e8 (diff)
downloadrust-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.rs1
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)]