Skip to content

Commit e4f52f0

Browse files
committed
Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum
Revert let_chains stabilization This is the revert against master, the beta revert was already done in #100538. Bumps the stage0 compiler which already has it reverted.
2 parents fe7e834 + a60b123 commit e4f52f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
#![feature(intra_doc_pointers)]
255255
#![cfg_attr(bootstrap, feature(label_break_value))]
256256
#![feature(lang_items)]
257+
#![feature(let_chains)]
257258
#![feature(let_else)]
258259
#![feature(linkage)]
259260
#![feature(link_cfg)]

0 commit comments

Comments
 (0)