blob: 9da973ef3a04eacc9442714138b73dd87364064b [file] [log] [blame] [edit]
error: overly complex generic constant
--> $DIR/generic-const-array-pattern-ice-139815.rs:6:14
|
LL | x: [u32; {
| ______________^
LL | |
LL | | N + 1;
LL | | 5
LL | | }],
| |_____^ blocks are not supported in generic constants
|
= help: consider moving this anonymous constant into a `const` function
= note: this operation may be supported in the future
error: aborting due to 1 previous error