From b4e7649d6d4f957e8d5a91a35e48e9ddd4307e63 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Wed, 8 Sep 2021 13:13:47 -0400 Subject: Bump stage0 compiler to 1.56 --- library/alloc/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'library/alloc/src') diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 1a387f291cc..2aed9d03bc0 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -85,7 +85,6 @@ #![feature(allow_internal_unstable)] #![feature(arbitrary_self_types)] #![feature(async_stream)] -#![cfg_attr(bootstrap, feature(bindings_after_at))] #![feature(box_patterns)] #![feature(box_syntax)] #![feature(cfg_sanitize)] @@ -143,8 +142,6 @@ #![feature(alloc_layout_extra)] #![feature(trusted_random_access)] #![feature(try_trait_v2)] -#![cfg_attr(bootstrap, feature(min_type_alias_impl_trait))] -#![cfg_attr(not(bootstrap), feature(type_alias_impl_trait))] #![feature(associated_type_bounds)] #![feature(slice_group_by)] #![feature(decl_macro)] -- cgit 1.4.1-3-g733a5