This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
07c993eba8
rust
/
tests
/
ui
/
parser
/
empty-impl-semicolon.rs
5 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Recover some items that expect braces and don't take semicolons
2022-09-25 22:20:01 +00:00
struct
Foo
;
impl
Foo
;
//~ ERROR expected `{}`, found `;`
fn
main
(
)
{
}
Copy permalink