Skip to content

Commit 40b3617

Browse files
author
Jorge Aparicio
committed
libstd: fix fallout
1 parent f18b255 commit 40b3617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
#![feature(macro_rules, globs, linkage)]
108108
#![feature(default_type_params, phase, lang_items, unsafe_destructor)]
109109
#![feature(import_shadowing, slicing_syntax)]
110+
#![feature(unboxed_closures)]
110111

111112
// Don't link to std. We are std.
112113
#![no_std]

0 commit comments

Comments
 (0)