diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2014-04-14 21:00:31 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-04-14 21:00:31 +0530 |
| commit | 713e87526eac42aa9879e7cfb556ea64d63e7a91 (patch) | |
| tree | c94084ee13a07e5dfa52827517629143571f6bf8 /src/test/debug-info/recursive-struct.rs | |
| parent | e2e754810c78a25c902b76c74ba8f04d0dcdc6f1 (diff) | |
| download | rust-713e87526eac42aa9879e7cfb556ea64d63e7a91.tar.gz rust-713e87526eac42aa9879e7cfb556ea64d63e7a91.zip | |
Use new attribute syntax in python files in src/etc too (#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, |
