about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-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];