Sign in
◑
Theme
rust
/
rust
/
282a6c70e83690e44dcffd7bcfb07acadcaeb5c8
/
.
/
tests
/
ui
/
parser
/
empty-impl-semicolon.rs
blob: 2485f5b8552020a256c7bbed7eb6a7a98d9827d4 [
file
]
struct
Foo
;
impl
Foo
;
//~ ERROR expected `{}`, found `;`
fn
main
()
{}