about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/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_trait_selection/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_trait_selection/src')
-rw-r--r--compiler/rustc_trait_selection/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs
index a17c007debd..11d72106b22 100644
--- a/compiler/rustc_trait_selection/src/lib.rs
+++ b/compiler/rustc_trait_selection/src/lib.rs
@@ -20,7 +20,6 @@
 #![feature(associated_type_defaults)]
 #![feature(box_patterns)]
 #![feature(cfg_version)]
-#![feature(control_flow_enum)]
 #![feature(extract_if)]
 #![feature(if_let_guard)]
 #![feature(iter_intersperse)]