diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-05-31 19:16:24 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-06-11 13:48:39 -0700 |
| commit | 8111717da1d5854495b001be49346985ac3f208d (patch) | |
| tree | bab29134c251ac0ba2aeaa45163f0cd773a80a4b /src/libstd/alloc.rs | |
| parent | 90d19728fc93157465c1a586dbd35c6dc4cf78c9 (diff) | |
| download | rust-8111717da1d5854495b001be49346985ac3f208d.tar.gz rust-8111717da1d5854495b001be49346985ac3f208d.zip | |
Stabilize the `System` allocator
Diffstat (limited to 'src/libstd/alloc.rs')
| -rw-r--r-- | src/libstd/alloc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/alloc.rs b/src/libstd/alloc.rs index fd829bfe753..6cae8aaa3db 100644 --- a/src/libstd/alloc.rs +++ b/src/libstd/alloc.rs @@ -20,7 +20,7 @@ use sys_common::util::dumb_print; #[doc(inline)] pub use alloc_crate::alloc::*; -#[unstable(feature = "allocator_api", issue = "32838")] +#[stable(feature = "alloc_system_type", since = "1.28.0")] #[doc(inline)] pub use alloc_system::System; |
