]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/while-loop-block-cond.rs
Rollup merge of #106648 - Nilstrieb:poly-cleanup, r=compiler-errors
[rust.git] / tests / ui / typeck / while-loop-block-cond.rs
1 fn main() {
2     while {} {}
3     //~^ ERROR mismatched types [E0308]
4 }