diff options
| author | bors <bors@rust-lang.org> | 2013-10-23 15:11:07 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-10-23 15:11:07 -0700 |
| commit | e2428b791c5a4074ca712ab3b145ee05c2d67ead (patch) | |
| tree | f87ad60370397087291814d6afeac68b8da23f58 /src/libstd/std.rs | |
| parent | 860cb81b59fb927443e52b5d9c2e29cfbf3dc2f6 (diff) | |
| parent | 142672dca4314e9cfebf067d46c3b542c721cff6 (diff) | |
| download | rust-e2428b791c5a4074ca712ab3b145ee05c2d67ead.tar.gz rust-e2428b791c5a4074ca712ab3b145ee05c2d67ead.zip | |
auto merge of #10032 : thestinger/rust/snapshot, r=huonw
Diffstat (limited to 'src/libstd/std.rs')
| -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 c27609a590a..8c72e083f88 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, asm)]; +#[feature(macro_rules, globs, asm, managed_boxes)]; // Don't link to std. We are std. #[no_std]; |
