diff options
| author | bors <bors@rust-lang.org> | 2014-04-14 12:21:52 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-04-14 12:21:52 -0700 |
| commit | 246ebd2d5aebc68a581c33c33cbce5f2bc7dc7d6 (patch) | |
| tree | a68a1c6dc21d247e9466995f3fe28f1bdbd7ba25 /src/test/debug-info/recursive-struct.rs | |
| parent | 347e9e4ffe60d321999bb83216e956a0b1370810 (diff) | |
| parent | 713e87526eac42aa9879e7cfb556ea64d63e7a91 (diff) | |
| download | rust-246ebd2d5aebc68a581c33c33cbce5f2bc7dc7d6.tar.gz rust-246ebd2d5aebc68a581c33c33cbce5f2bc7dc7d6.zip | |
auto merge of #13493 : Manishearth/rust/newattr-everywhere, r=alexcrichton
See #13478
Diffstat (limited to 'src/test/debug-info/recursive-struct.rs')
| -rw-r--r-- | src/test/debug-info/recursive-struct.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/debug-info/recursive-struct.rs b/src/test/debug-info/recursive-struct.rs index a4524f558c2..ca178468941 100644 --- a/src/test/debug-info/recursive-struct.rs +++ b/src/test/debug-info/recursive-struct.rs @@ -10,7 +10,7 @@ // ignore-android: FIXME(#10381) -#[feature(managed_boxes)]; +#![feature(managed_boxes)] // compile-flags:-g // debugger:set print pretty off @@ -102,8 +102,8 @@ // debugger:continue -#[allow(unused_variable)]; -#[feature(struct_variant)]; +#![allow(unused_variable)] +#![feature(struct_variant)] enum Opt<T> { Empty, |
