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