about summary refs log tree commit diff
path: root/src/libstd/std.rs
diff options
context:
space:
mode:
authorLéo Testard <leo.testard@gmail.com>2013-10-22 01:18:57 +0200
committerLéo Testard <leo.testard@gmail.com>2013-10-22 13:41:25 +0200
commitc4bcf7714b1aa3dbf335cc4de6a1017e8dde3680 (patch)
treec88023503697364c820ad732eedb16d7407f8458 /src/libstd/std.rs
parentece5028a8be4183ccb203dac59e734f1ca753714 (diff)
downloadrust-c4bcf7714b1aa3dbf335cc4de6a1017e8dde3680.tar.gz
rust-c4bcf7714b1aa3dbf335cc4de6a1017e8dde3680.zip
Activate checking code for ASM feature gate. Fix tests
Diffstat (limited to 'src/libstd/std.rs')
-rw-r--r--src/libstd/std.rs2
1 files changed, 1 insertions, 1 deletions
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];