1
Fork 0

Bump stage0 compiler to 1.56

This commit is contained in:
Mark Rousskov 2021-09-08 13:13:47 -04:00
parent 97032a6dfa
commit b4e7649d6d
29 changed files with 344 additions and 430 deletions

View file

@ -9,7 +9,6 @@
#![feature(format_args_capture)]
#![feature(iter_zip)]
#![feature(nll)]
#![cfg_attr(bootstrap, allow(incomplete_features))] // if_let_guard
#[macro_use]
extern crate rustc_macros;