mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-06 23:17:37 +00:00
5 lines
103 B
Rust
5 lines
103 B
Rust
![]() |
//run-rustfix
|
||
|
fn main() {
|
||
|
let _ = || { while Some(_) = Some(1) { } }; //~ ERROR mismatched types
|
||
|
}
|