We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![feature(unboxed_closures)]
1 parent db8300c commit b8e0b81Copy full SHA for b8e0b81
src/librustc_borrowck/lib.rs
@@ -19,6 +19,7 @@
19
#![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
20
#![feature(slicing_syntax, tuple_indexing, unsafe_destructor)]
21
#![feature(rustc_diagnostic_macros)]
22
+#![feature(unboxed_closures)]
23
#![allow(non_camel_case_types)]
24
25
#[phase(plugin, link)] extern crate log;
0 commit comments