2023-09-06 12:52:34 +00:00
|
|
|
error: expected expression, found `let` statement
|
2023-09-08 10:14:36 +00:00
|
|
|
--> $DIR/avoid-invalid-mir.rs:5:6
|
2023-09-06 12:52:34 +00:00
|
|
|
|
|
2023-09-08 10:14:36 +00:00
|
|
|
LL | !let y = 42;
|
|
|
|
| ^^^
|
2023-09-13 15:00:31 +00:00
|
|
|
|
|
|
|
|
= note: only supported directly in conditions of `if` and `while` expressions
|
2023-09-06 12:52:34 +00:00
|
|
|
|
2023-09-08 10:14:36 +00:00
|
|
|
error: aborting due to previous error
|
2023-09-06 12:52:34 +00:00
|
|
|
|