10 lines
122 B
Rust
10 lines
122 B
Rust
|
fn foo() {
|
||
|
match 0 {
|
||
|
_ => {}
|
||
|
}
|
||
|
if foo
|
||
|
}
|
||
|
} //~ ERROR unexpected closing delimiter: `}`
|
||
|
|
||
|
fn main() {}
|