]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/enum-nullable-simplifycfg-misopt.rs
fallout: run-pass tests that use box. (many could be ported to `Box::new` instead...
[rust.git] / src / test / run-pass / enum-nullable-simplifycfg-misopt.rs
index 7d856fd5656c70de88aa863530ce27efb90b3fa8..817136572024b1f80910f87a820b3cea0bf3a621 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)]
 
 /*!
  * This is a regression test for a bug in LLVM, fixed in upstream r179587,