librustc_borrowck: add `#![feature(unboxed_closures)]`

This commit is contained in:
Jorge Aparicio 2014-12-13 17:40:34 -05:00
parent db8300ce06
commit b8e0b81dd5
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
#![feature(slicing_syntax, tuple_indexing, unsafe_destructor)]
#![feature(rustc_diagnostic_macros)]
#![feature(unboxed_closures)]
#![allow(non_camel_case_types)]
#[phase(plugin, link)] extern crate log;