diff options
| author | Jubilee <workingjubilee@gmail.com> | 2025-06-08 17:17:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-08 17:17:58 -0700 |
| commit | 940a43677afce771f9d59182ecbb8b19d62a77dc (patch) | |
| tree | 17b9cffbb4146552f8acaf55748da3ee02b61da0 /compiler/rustc_codegen_llvm/src | |
| parent | 29ef4c87421a46cbf53432af9bd55edd32088dbd (diff) | |
| parent | 9223704f4b92ded13090659f60afb98e52eabf1b (diff) | |
| download | rust-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_codegen_llvm/src')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 1 |
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)] |
