Stabilize let_chains

This commit is contained in:
Caio 2022-07-12 15:36:59 -03:00
parent d5e7f4782e
commit 3266460749
58 changed files with 470 additions and 821 deletions

View file

@ -1,4 +1,4 @@
#![feature(let_chains)]
#![cfg_attr(bootstrap, feature(let_chains))]
#![feature(once_cell)]
#![feature(rustc_attrs)]
#![feature(type_alias_impl_trait)]