about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-06-14 04:26:26 +0000
committerTrevor Gross <tmgross@umich.edu>2025-06-14 06:56:04 +0000
commitc1cd1ef5fc3c18c0361f866c076c06d05a9e67c1 (patch)
tree2639a0be92b37f3f699686758f5ed6c04b608331 /compiler/rustc_codegen_llvm/src/lib.rs
parentc629d857b0fb5aece01a5bb9134334bd2320957d (diff)
parentd087f112b7d1323446c7b39a8b616aee7fa56b3d (diff)
downloadrust-c1cd1ef5fc3c18c0361f866c076c06d05a9e67c1.tar.gz
rust-c1cd1ef5fc3c18c0361f866c076c06d05a9e67c1.zip
Merge ref 'd087f112b7d1:/library/compiler-builtins' from https://github.com/rust-lang/rust
Pull recent changes from rust-lang/rust via Josh.

Upstream ref: d087f112b7d1323446c7b39a8b616aee7fa56b3d
Filtered ref: 2d43ce8ac022170e5383f7e5a188b55564b6566a
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)]