Activate checking code for ASM feature gate. Fix tests

This commit is contained in:
Léo Testard 2013-10-22 01:18:57 +02:00
parent ece5028a8b
commit c4bcf7714b
9 changed files with 21 additions and 8 deletions

View file

@ -61,7 +61,7 @@ they contained the following prologue:
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://static.rust-lang.org/doc/master")];
#[feature(macro_rules, globs)];
#[feature(macro_rules, globs, asm)];
// Don't link to std. We are std.
#[no_std];