mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 15:33:53 +00:00
6 lines
85 B
Rust
6 lines
85 B
Rust
fn foo() {}
|
|
fn main() {
|
|
foo(;
|
|
foo(;
|
|
} //~ ERROR mismatched closing delimiter
|