diff options
| author | Caio <c410.f3r@gmail.com> | 2022-07-12 15:36:59 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2022-07-16 20:17:58 -0300 |
| commit | 326646074940222d602f3683d0559088690830f4 (patch) | |
| tree | 55297110643d94c0f780cc0e3bcae2e7e20dd54b /compiler/rustc_codegen_llvm | |
| parent | d5e7f4782e4b699728d0a08200ecd1a54d56a85d (diff) | |
| download | rust-326646074940222d602f3683d0559088690830f4.tar.gz rust-326646074940222d602f3683d0559088690830f4.zip | |
Stabilize `let_chains`
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index e67568b7b8f..25ce1cef944 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -6,7 +6,7 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(hash_raw_entry)] -#![feature(let_chains)] +#![cfg_attr(bootstrap, feature(let_chains))] #![feature(let_else)] #![feature(extern_types)] #![feature(once_cell)] |
