1
Fork 0

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.
This commit is contained in:
bors 2022-08-30 05:48:22 +00:00
commit a0d07093f8
62 changed files with 1154 additions and 768 deletions

View file

@ -8,6 +8,7 @@
#![feature(decl_macro)]
#![feature(if_let_guard)]
#![feature(is_sorted)]
#![feature(let_chains)]
#![feature(let_else)]
#![feature(proc_macro_internals)]
#![feature(proc_macro_quote)]