about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-07 17:42:47 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-07 17:42:47 -0800
commit373cbab5b08d6630da58f28d2166c19afc327fa6 (patch)
tree860d19575778256a9345ce33d5eeef6b54f91300 /src/liballoc/lib.rs
parentd11bfba71bb71e05ab93e1576a07a48269b13021 (diff)
parentae4bcd41e8014b6057fe0a328c87f32f917396ba (diff)
downloadrust-373cbab5b08d6630da58f28d2166c19afc327fa6.tar.gz
rust-373cbab5b08d6630da58f28d2166c19afc327fa6.zip
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Conflicts:
	src/compiletest/compiletest.rs
	src/libcollections/lib.rs
	src/libserialize/lib.rs
	src/libsyntax/feature_gate.rs
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 dc6037c3c0c..0bb8ba669ec 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -67,6 +67,7 @@
 #![no_std]
 #![allow(unknown_features)]
 #![feature(lang_items, unsafe_destructor)]
+#![feature(box_syntax)]
 
 #[macro_use]
 extern crate core;