]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/while-loop-block-cond.rs
Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrum
[rust.git] / tests / ui / typeck / while-loop-block-cond.rs
1 fn main() {
2     while {} {}
3     //~^ ERROR mismatched types [E0308]
4 }