2022-06-25 06:08:38 -05:00
|
|
|
error: expected expression, found `let` statement
|
|
|
|
--> $DIR/issue-92893.rs:1:22
|
|
|
|
|
|
|
|
|
LL | struct Bug<A = [(); (let a = (), 1).1]> {
|
|
|
|
| ^^^
|
2023-09-13 10:00:31 -05:00
|
|
|
|
|
|
|
|
= note: only supported directly in conditions of `if` and `while` expressions
|
2022-06-25 06:08:38 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-04-14 15:42:15 -05:00
|
|
|
|