Skip to content

Commit

Permalink
allow box_syntax and unknown features in compiletest driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Jan 8, 2015
1 parent 5bd88a0 commit bfd6f95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compiletest/compiletest.rs
Expand Up @@ -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)]

Expand Down

0 comments on commit bfd6f95

Please sign in to comment.