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