rust/src/test/ui/issues/issue-61858.rs
2019-07-12 11:13:03 -07:00

4 lines
64 B
Rust

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