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