]> git.proxmox.com Git - rustc.git/blob - src/test/ui/typeck/while-loop-block-cond.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / typeck / while-loop-block-cond.rs
1 fn main() {
2 while {} {}
3 //~^ ERROR mismatched types [E0308]
4 }