X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_llvm%2Fsrc%2Flib.rs;h=c80ad6920006db275fd699bc1756ebd23685fdc7;hb=154a09dd913edc7db698b8a7230c720a8f0baa74;hp=eeb1ed61f288f9245a9b497794c25d294da72d9e;hpb=e4fcee579ea33fb2b38ddb947850d5ee612e6479;p=rust.git diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index eeb1ed61f28..c80ad692000 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -6,7 +6,6 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(hash_raw_entry)] -#![cfg_attr(bootstrap, feature(let_chains))] #![feature(let_else)] #![feature(extern_types)] #![feature(once_cell)]