error: overly complex generic constant --> $DIR/closures.rs:3:35 | LL | fn test() -> [u8; N + (|| 42)()] {} | ^^^^-------^^ | | | unsupported operation in generic constant, this may be supported in the future | = help: consider moving this anonymous constant into a `const` function error: aborting due to previous error