about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-10-25 11:31:47 +0000
committerbors <bors@rust-lang.org>2021-10-25 11:31:47 +0000
commit235d9853d80f93d31b9c4ae044d6f5c4de3e7255 (patch)
tree81d1d7f19226204a8c0b9726bb0a9fa5352b1f2b /compiler/rustc_borrowck/src
parent32f3887b9b9a2f0a2cd50288165152fec0d4f412 (diff)
parentabd3fe347b41328b556c333330bbc815b5ec99e5 (diff)
Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum
Bump bootstrap compiler to 1.57

Fixes https://github.com/rust-lang/rust/issues/90152

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_borrowck/src')
-rw-r--r--compiler/rustc_borrowck/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_borrowck/src/lib.rs b/compiler/rustc_borrowck/src/lib.rs
index b1056900ad0..4defa378947 100644
--- a/compiler/rustc_borrowck/src/lib.rs
+++ b/compiler/rustc_borrowck/src/lib.rs
@@ -2,7 +2,6 @@
 
 #![feature(bool_to_option)]
 #![feature(box_patterns)]
-#![cfg_attr(bootstrap, feature(const_panic))]
 #![feature(crate_visibility_modifier)]
 #![feature(format_args_capture)]
 #![feature(in_band_lifetimes)]