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