blob: c4409a243125b58057d4f733aaa3fac8ceeb80a3 [file] [log] [blame]
//@run-rustfix
fn main() {
let _ = || { while Some(_) = Some(1) { } }; //~ ERROR mismatched types
}