2021-08-27 11:04:57 -05:00
|
|
|
error: overly complex generic constant
|
|
|
|
--> $DIR/issue-67945-2.rs:7:13
|
2020-10-03 11:00:18 -05:00
|
|
|
|
|
2021-08-27 11:04:57 -05:00
|
|
|
LL | A: [(); {
|
|
|
|
| _____________^
|
|
|
|
LL | |
|
|
|
|
LL | | let x: Option<Box<Self>> = None;
|
|
|
|
LL | |
|
|
|
|
LL | | 0
|
|
|
|
LL | | }],
|
2023-01-16 14:21:29 -06:00
|
|
|
| |_____^ blocks are not supported in generic constants
|
2020-10-03 11:00:18 -05:00
|
|
|
|
|
2021-08-27 11:04:57 -05:00
|
|
|
= help: consider moving this anonymous constant into a `const` function
|
2021-09-27 23:10:33 -05:00
|
|
|
= note: this operation may be supported in the future
|
2020-10-03 11:00:18 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-10-03 11:00:18 -05:00
|
|
|
|