]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/unwind-unique.rs
fallout: run-pass tests that use box. (many could be ported to `Box::new` instead...
[rust.git] / src / test / run-pass / unwind-unique.rs
index 554a08ea64460a5107a7d7ffa1f8bbd75f7427c6..371fd677bd981cb1f3a17614562f893f459fc2d2 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)]
+
 use std::thread::Thread;
 
 fn f() {