rust/tests/ui/parser/issue-61858.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
64 B
Rust
Raw Normal View History

2019-07-12 18:13:03 +00:00
fn main() {
(if foobar) //~ ERROR expected `{`, found `)`
}