]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-11677.rs
fallout: run-pass tests that use box. (many could be ported to `Box::new` instead...
[rust.git] / src / test / run-pass / issue-11677.rs
index 14c1b1b06eabf2ad1c280659d3cdc1f9169ae3c0..6fa450586947854cd806104820ab99d754273564 100644 (file)
@@ -9,6 +9,8 @@
 // except according to those terms.
 
 #![allow(dead_code)]
+#![allow(unknown_features)]
+#![feature(box_syntax)]
 
 // this code used to cause an ICE