Update Rust to 2019-08-08

This commit is contained in:
Jeremy Soller
2019-08-07 20:48:29 -06:00
parent a7b354c8e0
commit 8feed5bbd5
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
nightly-2019-05-10
nightly-2019-08-08
+1 -5
View File
@@ -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)]