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