Skip to content

Commit

Permalink
librustc_borrowck: add #![feature(unboxed_closures)]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Dec 13, 2014
1 parent db8300c commit b8e0b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_borrowck/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

1 comment on commit b8e0b81

@alexcrichton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ p=100

Please sign in to comment.