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

Update Rust to 2019-08-08

parent a7b354c8
No related branches found
No related tags found
No related merge requests found
nightly-2019-05-10
nightly-2019-08-08
......@@ -11,13 +11,9 @@
#![feature(const_vec_new)]
#![feature(core_intrinsics)]
#![feature(global_asm)]
// FIXME: Add #![feature(maybe_uninit_extra)]
// FIXME: The following are stable on nightly, remove once redox fork is updated
#![feature(alloc)]
#![feature(iter_copied)]
#![feature(maybe_uninit_extra)]
#![feature(lang_items)]
#![feature(linkage)]
#![feature(maybe_uninit)]
#![feature(stmt_expr_attributes)]
#![feature(str_internals)]
#![feature(thread_local)]
......
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