libstd: fix fallout

This commit is contained in:
Jorge Aparicio 2014-12-05 08:54:28 -05:00
parent f18b255bce
commit 40b3617035

View file

@ -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]