From 06661ba7591b1531555cd084f75540d99ef35ac5 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Thu, 24 Jun 2021 12:47:33 -0400 Subject: Update to new bootstrap compiler --- library/alloc/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'library/alloc/src') diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 7b0291c5f2e..e8bd4bcb01f 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -136,8 +136,7 @@ #![feature(maybe_uninit_extra, maybe_uninit_slice, maybe_uninit_uninit_array)] #![feature(alloc_layout_extra)] #![feature(trusted_random_access)] -#![cfg_attr(bootstrap, feature(try_trait))] -#![cfg_attr(not(bootstrap), feature(try_trait_v2))] +#![feature(try_trait_v2)] #![feature(min_type_alias_impl_trait)] #![feature(associated_type_bounds)] #![feature(slice_group_by)] -- cgit 1.4.1-3-g733a5