about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-02-10 00:40:14 +1100
committerZalathar <Zalathar@users.noreply.github.com>2024-02-10 12:26:14 +1100
commitcf1096eb72e93eeaaed2c8117d68b5798928330b (patch)
tree6019df716884eb31ac0ec85e052ad51cbd5fe115 /compiler/rustc_codegen_llvm
parentd44e3b95cb9d410d89cb8ab3233906a33f43756a (diff)
downloadrust-cf1096eb72e93eeaaed2c8117d68b5798928330b.tar.gz
rust-cf1096eb72e93eeaaed2c8117d68b5798928330b.zip
Remove unnecessary `#![feature(min_specialization)]`
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs
index de96bf477ad..e688e84db61 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -13,7 +13,6 @@
 #![feature(hash_raw_entry)]
 #![feature(iter_intersperse)]
 #![feature(let_chains)]
-#![feature(min_specialization)]
 #![feature(impl_trait_in_assoc_type)]
 
 #[macro_use]