diff options
| author | pravic <[email protected]> | 2016-06-06 23:05:39 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-06-06 23:05:39 +0300 |
| commit | ddc401e0bf4f972bc2916601797d12bb97c5f1dc (patch) | |
| tree | 8aa799e4fdf089c5060f3ea8b567943681603b85 /libcore/lib.rs | |
| parent | update libcore to 2016-04-29 nightly (diff) | |
| download | kmd-env-rs-ddc401e0bf4f972bc2916601797d12bb97c5f1dc.tar.xz kmd-env-rs-ddc401e0bf4f972bc2916601797d12bb97c5f1dc.zip | |
update to 2016-06-06
Diffstat (limited to 'libcore/lib.rs')
| -rw-r--r-- | libcore/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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)] |