aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Tobba <tobias.haegermarck@gmail.com> 2015-06-21 07:00:57 +0200
committerGravatar Tobba <tobias.haegermarck@gmail.com> 2015-06-21 07:00:57 +0200
commit6ad57ed640f12e2b6588e8ba6799d45474c2e52d (patch)
treedd0e3d9bb71ed655c6befa502b9ccabb443c0300 /src
parentcafd17b35dc7144a183f684c74c68d889b7603aa (diff)
downloadrust-x86-6ad57ed640f12e2b6588e8ba6799d45474c2e52d.tar.gz
rust-x86-6ad57ed640f12e2b6588e8ba6799d45474c2e52d.tar.zst
rust-x86-6ad57ed640f12e2b6588e8ba6799d45474c2e52d.zip
Rust update
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 356af05..9f51758 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,7 +6,7 @@
#![feature(no_std)]
#![feature(asm)]
#![feature(associated_consts)]
-#![feature(core)]
+#![feature(core, core_prelude, core_slice_ext)]
#[macro_use]
extern crate core;