about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/lib.rs
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2025-06-08 17:17:58 -0700
committerGitHub <noreply@github.com>2025-06-08 17:17:58 -0700
commit940a43677afce771f9d59182ecbb8b19d62a77dc (patch)
tree17b9cffbb4146552f8acaf55748da3ee02b61da0 /compiler/rustc_trait_selection/src/lib.rs
parent29ef4c87421a46cbf53432af9bd55edd32088dbd (diff)
parent9223704f4b92ded13090659f60afb98e52eabf1b (diff)
downloadrust-940a43677afce771f9d59182ecbb8b19d62a77dc.tar.gz
rust-940a43677afce771f9d59182ecbb8b19d62a77dc.zip
Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu
Remove all unused feature gates from the compiler
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
-rw-r--r--compiler/rustc_trait_selection/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs
index 67328defe36..e2b22f7bab7 100644
--- a/compiler/rustc_trait_selection/src/lib.rs
+++ b/compiler/rustc_trait_selection/src/lib.rs
@@ -19,14 +19,12 @@
 #![feature(assert_matches)]
 #![feature(associated_type_defaults)]
 #![feature(box_patterns)]
-#![feature(cfg_version)]
 #![feature(if_let_guard)]
 #![feature(iter_intersperse)]
 #![feature(iterator_try_reduce)]
 #![feature(never_type)]
 #![feature(rustdoc_internals)]
 #![feature(try_blocks)]
-#![feature(type_alias_impl_trait)]
 #![feature(unwrap_infallible)]
 #![feature(yeet_expr)]
 #![recursion_limit = "512"] // For rustdoc