]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/issues/issue-90455.stderr
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
[rust.git] / src / test / 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