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

5 comments on commit b8e0b81

@bors
Copy link
Contributor

@bors bors commented on b8e0b81 Dec 13, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at japaric@b8e0b81

@bors
Copy link
Contributor

@bors bors commented on b8e0b81 Dec 13, 2014

Choose a reason for hiding this comment

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

merging japaric/rust/uc = b8e0b81 into auto

@bors
Copy link
Contributor

@bors bors commented on b8e0b81 Dec 13, 2014

Choose a reason for hiding this comment

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

japaric/rust/uc = b8e0b81 merged ok, testing candidate = 444fa1b

@bors
Copy link
Contributor

@bors bors commented on b8e0b81 Dec 14, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 444fa1b

Please sign in to comment.