rust/src/test/ui/parser/issue-61858.rs

3 lines
64 B
Rust

fn main() {
(if foobar) //~ ERROR expected `{`, found `)`
}