]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/ifmt.rs
fallout: run-pass tests that use box. (many could be ported to `Box::new` instead...
[rust.git] / src / test / run-pass / ifmt.rs
index 8b0d7c18fb119b6359ee2210fe2747f293985ef3..861c93373901532e3e68a871b46708ede702bd25 100644 (file)
@@ -13,6 +13,8 @@
 
 #![deny(warnings)]
 #![allow(unused_must_use)]
+#![allow(unknown_features)]
+#![feature(box_syntax)]
 
 use std::fmt;