]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/while-loop-block-cond.rs
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / ui / typeck / while-loop-block-cond.rs
1 fn main() {
2     while {} {}
3     //~^ ERROR mismatched types [E0308]
4 }