rustc/tests/ui/inference/issue-113354.fixed
2024-06-21 09:39:33 +02:00

5 lines
108 B
Plaintext

//@run-rustfix
fn main() {
let _ = || { while let Some(_) = Some(1) { } }; //~ ERROR mismatched types
}