about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-13 00:12:48 +0000
committerbors <bors@rust-lang.org>2022-08-13 00:12:48 +0000
commit46c59bbb79b3fa99950e2a7eaaeb161990561b8b (patch)
treecde13634d53e653526e84ecfeaadef05817a01d4 /compiler/rustc_codegen_llvm/src
parentf22819bcce4abaff7d1246a56eec493418f9f4ee (diff)
parent1c40ef70a1f481dc733ea30ea541c0627caf537b (diff)
downloadrust-46c59bbb79b3fa99950e2a7eaaeb161990561b8b.tar.gz
rust-46c59bbb79b3fa99950e2a7eaaeb161990561b8b.zip
Auto merge of #100324 - Mark-Simulacrum:bootstrap-bump, r=jyn514
Bump bootstrap compiler to 1.64

r? `@jyn514` perhaps?
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-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 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)]