e324a59eb6
- Add doc comment to new type - Restore "only supported directly in conditions of `if` and `while` expressions" note - Rename variant with clearer name
11 lines
253 B
Plaintext
11 lines
253 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 previous error
|
|
|