]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/unique-containing-tag.rs
fallout: run-pass tests that use box. (many could be ported to `Box::new` instead...
[rust.git] / src / test / run-pass / unique-containing-tag.rs
index ccb21b605c1910b1029c03a83a2b157969b6711c..e4099c94c2f1a6e93941fc059f41f9d747535d08 100644 (file)
@@ -8,6 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(unknown_features)]
+#![feature(box_syntax)]
+
 pub fn main() {
     enum t { t1(int), t2(int), }