rust/tests/ui/parser/issues/issue-108242-semicolon-recovery.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
85 B
Rust
Raw Normal View History

fn foo() {}
fn main() {
foo(;
foo(;
} //~ ERROR mismatched closing delimiter