diff options
| author | kennytm <kennytm@gmail.com> | 2017-10-19 01:59:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-19 01:59:49 +0800 |
| commit | 0350c2f783400b025713162ae312f54eaaad074f (patch) | |
| tree | 0b8f2dd54ea7cd3d6b885049d9699a2da7a2fdec /src/liballoc_system | |
| parent | 61c58c1584cdc2e767791fdcc9ecba21a40a6dbe (diff) | |
| parent | 818d2249475910fa1f7844486abb2d7239056d96 (diff) | |
| download | rust-0350c2f783400b025713162ae312f54eaaad074f.tar.gz rust-0350c2f783400b025713162ae312f54eaaad074f.zip | |
Rollup merge of #45217 - SimonSapin:alloc-doc, r=steveklabnik
Fix out of date unstable book entries for `alloc_*` features. The `alloc_jemalloc` crate does not provide a type to use with `#[global_allocator]`, and (according to Alex) `extern crate alloc_jemalloc;` alone became a no-op when `#[global_allocator]` was introduced.
Diffstat (limited to 'src/liballoc_system')
| -rw-r--r-- | src/liballoc_system/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc_system/lib.rs b/src/liballoc_system/lib.rs index 2eb659699eb..7aa5f8a9186 100644 --- a/src/liballoc_system/lib.rs +++ b/src/liballoc_system/lib.rs @@ -14,7 +14,7 @@ #![unstable(feature = "alloc_system", reason = "this library is unlikely to be stabilized in its current \ form or name", - issue = "27783")] + issue = "32838")] #![feature(global_allocator)] #![feature(allocator_api)] #![feature(alloc)] |
