diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-05-31 18:38:39 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-06-11 13:48:27 -0700 |
| commit | 75e17da87358751becc950b9319f5d4aa82744ce (patch) | |
| tree | df145d0191d286d3e729e8ecd488210f37f66535 /src/libcore/alloc.rs | |
| parent | 951bc28fd09f5fed793021c6be1645e034394491 (diff) | |
| download | rust-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.rs | 2 |
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; |
