Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
parser
/
empty-impl-semicolon.rs
blob: 2485f5b8552020a256c7bbed7eb6a7a98d9827d4 [
file
] [
log
] [
blame
]
struct
Foo
;
impl
Foo
;
//~ ERROR expected `{}`, found `;`
fn
main
()
{}