1
Fork 0

allow box_syntax and unknown features in compiletest driver.

This commit is contained in:
Felix S. Klock II 2015-01-08 01:43:32 +01:00
parent 5bd88a0dde
commit bfd6f958c4

View file

@ -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)]