Feature-gate #![no_std]

Fixes #21833.

[breaking-change]
This commit is contained in:
Keegan McAllister
2015-02-05 16:14:42 -08:00
parent 67350bc868
commit d788588dce
47 changed files with 76 additions and 22 deletions

View File

@@ -65,6 +65,7 @@
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://doc.rust-lang.org/nightly/")]
#![feature(no_std)]
#![no_std]
#![feature(lang_items, unsafe_destructor)]
#![feature(box_syntax)]