rust/tests/ui/typeck/while-loop-block-cond.rs

5 lines
70 B
Rust

fn main() {
while {} {}
//~^ ERROR mismatched types [E0308]
}