Sign in
rust
/
rust
/
ed2d759783dc9de134bbb3f01085b1e6dbf539f3
/
.
/
tests
/
ui
/
rfcs
/
rfc-2497-if-let-chains
/
avoid-invalid-mir.stderr
blob: 606f808f09369981f9141c948bfe82cb5d07eb97 [
file
] [
log
] [
blame
]
error
:
expected expression
,
found
`let`
statement
-->
$DIR
/
avoid
-
invalid
-
mir
.
rs
:
5
:
6
|
LL
|
!
let
y
=
42
;
|
^^^
|
=
note
:
only supported directly
in
conditions of
`if`
and
`while`
expressions
error
:
aborting due to
1
previous error