about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-01-30 15:32:27 +0000
committerbors <bors@rust-lang.org>2015-01-30 15:32:27 +0000
commit3fbfad3519af1bf5dd903f6032265da0351862ea (patch)
tree4a33ddb14eddc935e3ea84c4d8f7bf82ae3815b9 /src/liballoc
parent1a51eb9cca3ae5f815825096de4dfbdc9267f735 (diff)
parentced10626de2906444fb73315449dc02eceb513cd (diff)
downloadrust-3fbfad3519af1bf5dd903f6032265da0351862ea.tar.gz
rust-3fbfad3519af1bf5dd903f6032265da0351862ea.zip
Auto merge of #21604 - nikomatsakis:closure-move-indiv-vars, r=eddyb
r? @eddyb 
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 f807d8d12a6..8960667fdfa 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -70,6 +70,7 @@
 #![feature(lang_items, unsafe_destructor)]
 #![feature(box_syntax)]
 #![feature(optin_builtin_traits)]
+#![feature(unboxed_closures)]
 #![allow(unknown_features)] #![feature(int_uint)]
 #![feature(core)]
 #![feature(hash)]