Activate checking code for ASM feature gate. Fix tests
This commit is contained in:
parent
ece5028a8b
commit
c4bcf7714b
9 changed files with 21 additions and 8 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue