about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2018-10-25 23:48:27 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2018-11-06 20:36:43 +0000
commit02d50de63e50423c9cbaf3daa46dde6c9c5c9dba (patch)
tree95170b7dd4a19dd6b6df578cfccb441d9d97ebe3 /src/liballoc
parentde027b64f1052cbeed911b5e98aab8803cfe302e (diff)
downloadrust-02d50de63e50423c9cbaf3daa46dde6c9c5c9dba.tar.gz
rust-02d50de63e50423c9cbaf3daa46dde6c9c5c9dba.zip
Add a tracking issue for extra Layout methods
Diffstat (limited to 'src/liballoc')
-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 84ca7c4fec9..c082a6d8ef0 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -119,6 +119,7 @@
 #![feature(const_vec_new)]
 #![feature(slice_partition_dedup)]
 #![feature(maybe_uninit)]
+#![feature(alloc_layout_extra)]
 
 // Allow testing this library