]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/const_evaluatable_checked/closures.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / const-generics / const_evaluatable_checked / closures.stderr
CommitLineData
1b1a35ee
XL
1error: overly complex generic constant
2 --> $DIR/closures.rs:3:35
3 |
4LL | fn test<const N: usize>() -> [u8; N + (|| 42)()] {}
5 | ^^^^-------^^
6 | |
7 | unsupported rvalue
8 |
9 = help: consider moving this anonymous constant into a `const` function
10
11error: aborting due to previous error
12