summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/issues/issue-90455.stderr
blob: 1db906095727e936b0cd244a45fa6a2c1cf6c617 (plain)
1
2
3
4
5
6
7
8
9
10
error: unconstrained generic constant
  --> $DIR/issue-90455.rs:5:8
   |
LL |     n: [u64; num_limbs(N)],
   |        ^^^^^^^^^^^^^^^^^^^
   |
   = help: try adding a `where` bound using this expression: `where [(); num_limbs(N)]:`

error: aborting due to 1 previous error