]> git.proxmox.com Git - rustc.git/blob - src/test/ui/typeck/while-loop-block-cond.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / typeck / while-loop-block-cond.rs
1 fn main() {
2 while {} {}
3 //~^ ERROR mismatched types [E0308]
4 }