about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-05-01 19:39:52 +0200
committerRalf Jung <post@ralfj.de>2019-05-20 10:44:02 +0200
commitb7afe777f79462c9023a30b31785b81e8346c96c (patch)
tree924a5e3a2dcef35692863d4606834c00cdb1aa3b /src/liballoc
parentcaef1e833fbd9de740d521114d716a11a29b71cb (diff)
downloadrust-b7afe777f79462c9023a30b31785b81e8346c96c.tar.gz
rust-b7afe777f79462c9023a30b31785b81e8346c96c.zip
stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the future
Also expand the documentation a bit
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 2edd946ff11..d90036eaf49 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -109,7 +109,7 @@
 #![feature(rustc_const_unstable)]
 #![feature(const_vec_new)]
 #![feature(slice_partition_dedup)]
-#![feature(maybe_uninit, maybe_uninit_slice, maybe_uninit_array)]
+#![feature(maybe_uninit_extra, maybe_uninit_slice, maybe_uninit_array)]
 #![feature(alloc_layout_extra)]
 #![feature(try_trait)]
 #![feature(iter_nth_back)]