blob: c73f62a4a07d9a2141ca5ef1c2c98eedac98c7bd [file] [log] [blame]
error: generic parameters may not be used in const operations
--> $DIR/issue-62456.rs:7:20
|
LL | let _ = [0u64; N + 1];
| ^ cannot perform const operation using `N`
|
= help: const parameters may only be used as standalone arguments, i.e. `N`
error: aborting due to previous error