From c4bcf7714b1aa3dbf335cc4de6a1017e8dde3680 Mon Sep 17 00:00:00 2001 From: Léo Testard Date: Tue, 22 Oct 2013 01:18:57 +0200 Subject: Activate checking code for ASM feature gate. Fix tests --- src/libstd/std.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/std.rs b/src/libstd/std.rs index c446fe3d94f..c27609a590a 100644 --- a/src/libstd/std.rs +++ b/src/libstd/std.rs @@ -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]; -- cgit 1.4.1-3-g733a5