about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-12-22 19:29:16 +0100
committerSimon Sapin <simon.sapin@exyr.org>2018-01-20 11:09:23 +0100
commitc97c1f7dc3b8c2e5e1c40681094c45cf55be5832 (patch)
treec68d1d7a879bf617792f219040fc0fc63ad1e8ae /src/liballoc
parenta2f878a084c8000dd1dcacc02cae5ebc5603fe72 (diff)
downloadrust-c97c1f7dc3b8c2e5e1c40681094c45cf55be5832.tar.gz
rust-c97c1f7dc3b8c2e5e1c40681094c45cf55be5832.zip
Mark Unique as perma-unstable, with the feature renamed to ptr_internals.
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 eaad6f1116f..07e4ccc45a9 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -110,6 +110,7 @@
 #![feature(pattern)]
 #![feature(placement_in_syntax)]
 #![feature(placement_new_protocol)]
+#![feature(ptr_internals)]
 #![feature(rustc_attrs)]
 #![feature(slice_get_slice)]
 #![feature(slice_patterns)]
@@ -120,7 +121,6 @@
 #![feature(trusted_len)]
 #![feature(unboxed_closures)]
 #![feature(unicode)]
-#![feature(unique)]
 #![feature(unsize)]
 #![feature(allocator_internals)]
 #![feature(on_unimplemented)]