]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/while-loop-block-cond.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / typeck / while-loop-block-cond.rs
1 fn main() {
2     while {} {}
3     //~^ ERROR mismatched types [E0308]
4 }