allow box_syntax and unknown features in compiletest driver.
This commit is contained in:
parent
5bd88a0dde
commit
bfd6f958c4
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@
|
|||
// except according to those terms.
|
||||
|
||||
#![crate_type = "bin"]
|
||||
#![allow(unknown_features)]
|
||||
#![feature(slicing_syntax, unboxed_closures)]
|
||||
#![feature(box_syntax)]
|
||||
|
||||
#![deny(warnings)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue