diff options
| author | Léo Testard <leo.testard@gmail.com> | 2013-10-22 01:18:57 +0200 |
|---|---|---|
| committer | Léo Testard <leo.testard@gmail.com> | 2013-10-22 13:41:25 +0200 |
| commit | c4bcf7714b1aa3dbf335cc4de6a1017e8dde3680 (patch) | |
| tree | c88023503697364c820ad732eedb16d7407f8458 /src/libstd | |
| parent | ece5028a8be4183ccb203dac59e734f1ca753714 (diff) | |
| download | rust-c4bcf7714b1aa3dbf335cc4de6a1017e8dde3680.tar.gz rust-c4bcf7714b1aa3dbf335cc4de6a1017e8dde3680.zip | |
Activate checking code for ASM feature gate. Fix tests
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/std.rs | 2 |
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]; |
