mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
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
289 B
Plaintext
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
|
|
|