diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2022-09-20 15:41:42 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2022-09-26 10:14:45 +0200 |
| commit | 3975d55d9888392cd738708b914442de9ac2bff5 (patch) | |
| tree | 079e73a5cbc2fcbacfd332833442fe99c10942ba /compiler/rustc_codegen_llvm | |
| parent | 317cab9bef9097eb2b1be8f24d3ee6c44742a8a8 (diff) | |
| download | rust-3975d55d9888392cd738708b914442de9ac2bff5.tar.gz rust-3975d55d9888392cd738708b914442de9ac2bff5.zip | |
remove cfg(bootstrap)
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -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 42c65e04e3b..15bfa843046 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -7,7 +7,6 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(hash_raw_entry)] #![feature(let_chains)] -#![cfg_attr(bootstrap, feature(let_else))] #![feature(extern_types)] #![feature(once_cell)] #![feature(iter_intersperse)] |
