]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/issues/issue-90455.stderr
Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum
[rust.git] / tests / ui / const-generics / issues / issue-90455.stderr
1 error: unconstrained generic constant
2   --> $DIR/issue-90455.rs:5:8
3    |
4 LL |     n: [u64; num_limbs(N)],
5    |        ^^^^^^^^^^^^^^^^^^^
6    |
7    = help: try adding a `where` bound using this expression: `where [(); num_limbs(N)]:`
8
9 error: aborting due to previous error
10