]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issue-61858.rs
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / ui / parser / issue-61858.rs
1 fn main() {
2     (if foobar) //~ ERROR expected `{`, found `)`
3 }