]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-5884.rs
fallout: run-pass tests that use box. (many could be ported to `Box::new` instead...
[rust.git] / src / test / run-pass / issue-5884.rs
index 4010c31eed50a3575394763b677d26458d6038fd..6502c66d8582101a6dd7c120d9d5d60ffef628c3 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)]
 
 pub struct Foo {
     a: int,