Skip to content

Commit 21e81cf

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 163815 b: refs/heads/master c: b8e0b81 h: refs/heads/master i: 163813: d58196b 163811: 5bcc4b1 163807: 86fad8e v: v3
1 parent affb743 commit 21e81cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: db8300ce06ec7076aea338abc732525502eb2c04
2+
refs/heads/master: b8e0b81dd57621af28d7b2b5551a3217f7bd4cec
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 8443b09e361b96d1f9b7f45a65ed0d31c0e86e70
55
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42

trunk/src/librustc_borrowck/lib.rs

Lines changed: 1 addition & 0 deletions
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)