Skip to content

Commit bfd6f95

Browse files
committed
allow box_syntax and unknown features in compiletest driver.
1 parent 5bd88a0 commit bfd6f95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiletest/compiletest.rs

+2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
// except according to those terms.
1010

1111
#![crate_type = "bin"]
12+
#![allow(unknown_features)]
1213
#![feature(slicing_syntax, unboxed_closures)]
14+
#![feature(box_syntax)]
1315

1416
#![deny(warnings)]
1517

0 commit comments

Comments
 (0)