about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-10-11 21:25:13 +0200
committerSimon Sapin <simon.sapin@exyr.org>2017-10-12 07:46:02 +0200
commit818d2249475910fa1f7844486abb2d7239056d96 (patch)
treefdd82a5a1e635d4e92bd5eec909dd7fc7f4ef3dd /src/liballoc_system
parentcbf5d39cca2e837c7a9880e69e110e714d19c6aa (diff)
downloadrust-818d2249475910fa1f7844486abb2d7239056d96.tar.gz
rust-818d2249475910fa1f7844486abb2d7239056d96.zip
Fix out of date unstable book entries for `alloc_*` features.
Diffstat (limited to 'src/liballoc_system')
-rw-r--r--src/liballoc_system/lib.rs2
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)]