From ddc401e0bf4f972bc2916601797d12bb97c5f1dc Mon Sep 17 00:00:00 2001 From: pravic Date: Mon, 6 Jun 2016 23:05:39 +0300 Subject: update to 2016-06-06 --- libcore/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcore/lib.rs') diff --git a/libcore/lib.rs b/libcore/lib.rs index fa5e905..f2a297b 100644 --- a/libcore/lib.rs +++ b/libcore/lib.rs @@ -60,9 +60,12 @@ #![cfg_attr(not(stage0), deny(warnings))] #![feature(allow_internal_unstable)] +#![feature(asm)] #![feature(associated_type_defaults)] +#![feature(cfg_target_feature)] #![feature(concat_idents)] #![feature(const_fn)] +#![feature(cfg_target_has_atomic)] #![feature(custom_attribute)] #![feature(fundamental)] #![feature(inclusive_range_syntax)] -- cgit v1.2.3