Bump stage0 compiler to 1.56
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#![cfg_attr(bootstrap, feature(bindings_after_at))]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(decl_macro)]
|
||||
#![feature(destructuring_assignment)]
|
||||
@@ -9,7 +8,6 @@
|
||||
#![feature(proc_macro_internals)]
|
||||
#![feature(proc_macro_span)]
|
||||
#![feature(try_blocks)]
|
||||
#![cfg_attr(bootstrap, allow(incomplete_features))] // if_let_guard
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user