about summary refs log tree commit diff
path: root/compiler/rustc_errors/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_errors/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_errors/src')
-rw-r--r--compiler/rustc_errors/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs
index f83e972efd5..d2eb4f212eb 100644
--- a/compiler/rustc_errors/src/lib.rs
+++ b/compiler/rustc_errors/src/lib.rs
@@ -5,7 +5,6 @@
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![feature(drain_filter)]
 #![feature(if_let_guard)]
-#![cfg_attr(bootstrap, feature(let_chains))]
 #![feature(adt_const_params)]
 #![feature(let_else)]
 #![feature(never_type)]