about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-02-11 05:13:02 +0000
committerbors <bors@rust-lang.org>2024-02-11 05:13:02 +0000
commita40a100e4bc5db830169f59cc301a1105dd366d8 (patch)
tree3dfb18335ff56656383b97106112e199617842e6 /compiler/rustc_codegen_llvm/src
parent5a3a2d5a5ea80b04df3fd3406f2bd924763d78a6 (diff)
parent48bb2bf4e6bfc5c9ffc9cb3f34a9163c05ce2cb2 (diff)
downloadrust-a40a100e4bc5db830169f59cc301a1105dd366d8.tar.gz
rust-a40a100e4bc5db830169f59cc301a1105dd366d8.zip
Auto merge of #3294 - rust-lang:rustup-2024-02-11, r=saethlin
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-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]