mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
10 lines
122 B
Rust
10 lines
122 B
Rust
fn foo() {
|
|
match 0 {
|
|
_ => {}
|
|
}
|
|
if foo
|
|
}
|
|
} //~ ERROR unexpected closing delimiter: `}`
|
|
|
|
fn main() {}
|