about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorMasaki Hara <ackie.h.gmai@gmail.com>2018-10-28 15:28:15 +0900
committerCrLF0710 <crlf0710@gmail.com>2019-04-05 02:26:51 +0800
commit059ec76d9b2ba33be5d7b092ffeb401590a5d39d (patch)
tree44e5505c8b940d2e37407f220d7fc6ca3e16158d /src/liballoc/lib.rs
parent79941973af54db7f7b941582fdc9537b2ee95a00 (diff)
downloadrust-059ec76d9b2ba33be5d7b092ffeb401590a5d39d.tar.gz
rust-059ec76d9b2ba33be5d7b092ffeb401590a5d39d.zip
Add Fn* blanket impls for Box.
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 90ff56814fb..9064b4ccd6a 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -107,6 +107,7 @@
 #![feature(unboxed_closures)]
 #![feature(unicode_internals)]
 #![feature(unsize)]
+#![feature(unsized_locals)]
 #![feature(allocator_internals)]
 #![feature(on_unimplemented)]
 #![feature(rustc_const_unstable)]