6 lines
85 B
Rust
6 lines
85 B
Rust
fn foo() {}
|
|
fn main() {
|
|
foo(;
|
|
foo(;
|
|
} //~ ERROR mismatched closing delimiter
|