about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-06-12 13:30:15 +0200
committerGitHub <noreply@github.com>2025-06-12 13:30:15 +0200
commit7db417754765c8ae74645deb41112b4a92d735df (patch)
tree3ef67bc66cf749e5172054480bdb5f1d8715dc5f /compiler/rustc_codegen_llvm/src/lib.rs
parent32560d790d8b9fae094d69287851f5305efa26d2 (diff)
parent6da0ebf087736289ff29f641c7498f4a94d83639 (diff)
downloadrust-7db417754765c8ae74645deb41112b4a92d735df.tar.gz
rust-7db417754765c8ae74645deb41112b4a92d735df.zip
Merge pull request #2464 from rust-lang/rustc-pull
Rustc pull update
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
-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 fd376ea8d80..6890923a594 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -9,7 +9,6 @@
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![doc(rust_logo)]
 #![feature(assert_matches)]
-#![feature(exact_size_is_empty)]
 #![feature(extern_types)]
 #![feature(file_buffered)]
 #![feature(if_let_guard)]