]> git.proxmox.com Git - rustc.git/blob - tests/ui/inference/issue-113354.rs
New upstream version 1.73.0+dfsg1
[rustc.git] / tests / ui / inference / issue-113354.rs
1 //run-rustfix
2 fn main() {
3 let _ = || { while Some(_) = Some(1) { } }; //~ ERROR mismatched types
4 }