about summary refs log tree commit diff
path: root/compiler/rustc_expand/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2021-09-08 13:13:47 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2021-09-08 20:51:05 -0400
commitb4e7649d6d4f957e8d5a91a35e48e9ddd4307e63 (patch)
treee134949677549bf6a5453aa43d51cc8282a0e869 /compiler/rustc_expand/src
parent97032a6dfacdd3548e4bff98c90a6b3875a14077 (diff)
downloadrust-b4e7649d6d4f957e8d5a91a35e48e9ddd4307e63.tar.gz
rust-b4e7649d6d4f957e8d5a91a35e48e9ddd4307e63.zip
Bump stage0 compiler to 1.56
Diffstat (limited to 'compiler/rustc_expand/src')
-rw-r--r--compiler/rustc_expand/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_expand/src/lib.rs b/compiler/rustc_expand/src/lib.rs
index c6dc66e99fe..6dfeb047ec9 100644
--- a/compiler/rustc_expand/src/lib.rs
+++ b/compiler/rustc_expand/src/lib.rs
@@ -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]