about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2017-11-01 21:56:17 +0000
committerwhitequark <whitequark@whitequark.org>2017-11-01 22:21:29 +0000
commit1cc88be2ebc67e1f0e7ff57c12dec45ef9abc2ae (patch)
tree6521037d688b634702bf670a4c9b4f943e432f5a /src/liballoc/lib.rs
parent843181172892af2fdb7755e77c39227aba252c83 (diff)
downloadrust-1cc88be2ebc67e1f0e7ff57c12dec45ef9abc2ae.tar.gz
rust-1cc88be2ebc67e1f0e7ff57c12dec45ef9abc2ae.zip
De-stabilize core::slice::{from_ref, from_ref_mut}.
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 0cbfc9e9dac..f654a6b5ba4 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -93,6 +93,7 @@
 #![feature(dropck_eyepatch)]
 #![feature(exact_size_is_empty)]
 #![feature(fmt_internals)]
+#![feature(from_ref)]
 #![feature(fundamental)]
 #![feature(fused)]
 #![feature(generic_param_attrs)]