about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-01-10 21:11:55 +0100
committerSimon Sapin <simon.sapin@exyr.org>2018-01-20 11:09:23 +0100
commit602a445b92b37ec6af4d3d7f331e1a0d1360b8d2 (patch)
tree392c16311de525e9573a63486a6e7d32469b6fb1 /src/liballoc/lib.rs
parent76b686f78d97a90d9a563a0446de2d86b437e78e (diff)
downloadrust-602a445b92b37ec6af4d3d7f331e1a0d1360b8d2.tar.gz
rust-602a445b92b37ec6af4d3d7f331e1a0d1360b8d2.zip
Assign its own tracking issue to Box::into_raw_non_null
https://github.com/rust-lang/rust/issues/47336
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index f25b455f915..5139e54b560 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -84,6 +84,7 @@
 #![cfg_attr(test, feature(rand, test))]
 #![feature(allow_internal_unstable)]
 #![feature(ascii_ctype)]
+#![feature(box_into_raw_non_null)]
 #![feature(box_patterns)]
 #![feature(box_syntax)]
 #![feature(cfg_target_has_atomic)]