Skip to content
Snippets Groups Projects
Commit fcf8120e authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update features for latest nightly

parent bdff0dd0
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,10 @@ ...@@ -9,7 +9,10 @@
#![feature(asm)] #![feature(asm)]
#![feature(collections)] #![feature(collections)]
#![feature(concat_idents)] #![feature(concat_idents)]
#![feature(conservative_impl_trait)]
#![feature(const_atomic_usize_new)]
#![feature(const_fn)] #![feature(const_fn)]
#![feature(const_max_value)]
#![feature(core_intrinsics)] #![feature(core_intrinsics)]
#![feature(drop_types_in_const)] #![feature(drop_types_in_const)]
#![feature(global_allocator)] #![feature(global_allocator)]
...@@ -19,7 +22,6 @@ ...@@ -19,7 +22,6 @@
#![feature(never_type)] #![feature(never_type)]
#![feature(thread_local)] #![feature(thread_local)]
#![feature(unique)] #![feature(unique)]
#![feature(conservative_impl_trait)]
#![no_std] #![no_std]
extern crate alloc_kernel as allocator; extern crate alloc_kernel as allocator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment