diff options
Diffstat (limited to 'src/compiletest/compiletest.rs')
| -rw-r--r-- | src/compiletest/compiletest.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/compiletest/compiletest.rs b/src/compiletest/compiletest.rs index ac8cf543a42..9a5665e6839 100644 --- a/src/compiletest/compiletest.rs +++ b/src/compiletest/compiletest.rs @@ -9,7 +9,9 @@ // except according to those terms. #![crate_type = "bin"] -#![feature(slicing_syntax)] +#![allow(unknown_features)] +#![feature(slicing_syntax, unboxed_closures)] +#![feature(box_syntax)] #![deny(warnings)] |
