]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/hashmap-memory.rs
fallout: run-pass tests that use box. (many could be ported to `Box::new` instead...
[rust.git] / src / test / run-pass / hashmap-memory.rs
index f83698edc90526d1cd236410d9ed1f726f3b9a30..0e82ad437829f37df6abe73986e51c01a866f3d1 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(unknown_features)]
+#![feature(box_syntax)]
 #![feature(unboxed_closures)]
 
 /**