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