]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/cci_borrow.rs
fallout: run-pass tests that use box. (many could be ported to `Box::new` instead...
[rust.git] / src / test / run-pass / cci_borrow.rs
index 262c19174b18b9edd5f33d16520e59f7e4ea12da..ef5ee5aa3b4ab65a2e56c9c5265c07f5b3cf0266 100644 (file)
@@ -10,6 +10,8 @@
 
 // aux-build:cci_borrow_lib.rs
 
+#![allow(unknown_features)]
+#![feature(box_syntax)]
 
 extern crate cci_borrow_lib;
 use cci_borrow_lib::foo;