Skip to content

Commit b8e0b81

Browse files
author
Jorge Aparicio
committed
librustc_borrowck: add #![feature(unboxed_closures)]
1 parent db8300c commit b8e0b81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_borrowck/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
2020
#![feature(slicing_syntax, tuple_indexing, unsafe_destructor)]
2121
#![feature(rustc_diagnostic_macros)]
22+
#![feature(unboxed_closures)]
2223
#![allow(non_camel_case_types)]
2324

2425
#[phase(plugin, link)] extern crate log;

0 commit comments

Comments
 (0)