about summary refs log tree commit diff
path: root/src/libcore/alloc.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-05-31 18:38:39 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-06-11 13:48:27 -0700
commit75e17da87358751becc950b9319f5d4aa82744ce (patch)
treedf145d0191d286d3e729e8ecd488210f37f66535 /src/libcore/alloc.rs
parent951bc28fd09f5fed793021c6be1645e034394491 (diff)
downloadrust-75e17da87358751becc950b9319f5d4aa82744ce.tar.gz
rust-75e17da87358751becc950b9319f5d4aa82744ce.zip
Mark as permanently-unstable some implementation details
Diffstat (limited to 'src/libcore/alloc.rs')
-rw-r--r--src/libcore/alloc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/alloc.rs b/src/libcore/alloc.rs
index ae9f77d35cf..97ad55304be 100644
--- a/src/libcore/alloc.rs
+++ b/src/libcore/alloc.rs
@@ -19,7 +19,7 @@ use usize;
 use ptr::{self, NonNull};
 use num::NonZeroUsize;
 
-#[unstable(feature = "allocator_api", issue = "32838")]
+#[unstable(feature = "alloc_internals", issue = "0")]
 #[cfg(stage0)]
 pub type Opaque = u8;