mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 22:13:27 +00:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
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
|
|
|