Sign in
◑
Theme
rust
/
rust
/
eaff0cbdb6b2a616bd41a88f0cbf29b29d030ca4
/
.
/
tests
/
ui
/
missing
/
missing-let.rs
blob: 36db7bc95826b844323e2b54b1331f41daf45891 [
file
]
fn
main
()
{
let
x
=
Some
(
42
);
if
let
Some
(
_
)
=
x
&&
Some
(
x
)
=
x
//~^ ERROR expected expression, found `let` statement
{}
}