Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
inference
/
issue-113354.fixed
blob: b9c84220764be6090657e1be0abbac0cda2419ab [
file
] [
log
] [
blame
] [
edit
]
//@run-rustfix
fn main
()
{
let
_
=
||
{
while
let
Some
(
_
)
=
Some
(
1
)
{
}
};
//~ ERROR mismatched types
}