Sign in
rust
/
rust
/
4f8ea98eb3e462eec4a005a4a93dfd21b9525af2
/
.
/
tests
/
ui
/
parser
/
attribute
/
attr-with-a-semicolon.rs
blob: 56fe40b916baf9f0030891836b47e97056890e11 [
file
]
#[
derive
(
Debug
,
Clone
)];
//~ERROR expected item after attributes
struct
Foo
;
fn
main
()
{}