rust/tests/ui/mir/issue-92893.stderr
Matthew Jasper e324a59eb6 Address review comments
- Add doc comment to new type
- Restore "only supported directly in conditions of `if` and `while` expressions" note
- Rename variant with clearer name
2023-09-13 15:00:31 +00:00

11 lines
289 B
Plaintext

error: expected expression, found `let` statement
--> $DIR/issue-92893.rs:1:22
|
LL | struct Bug<A = [(); (let a = (), 1).1]> {
| ^^^
|
= note: only supported directly in conditions of `if` and `while` expressions
error: aborting due to previous error