libstd: fix fallout
This commit is contained in:
parent
f18b255bce
commit
40b3617035
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@
|
|||
#![feature(macro_rules, globs, linkage)]
|
||||
#![feature(default_type_params, phase, lang_items, unsafe_destructor)]
|
||||
#![feature(import_shadowing, slicing_syntax)]
|
||||
#![feature(unboxed_closures)]
|
||||
|
||||
// Don't link to std. We are std.
|
||||
#![no_std]
|
||||
|
|
Loading…
Add table
Reference in a new issue