2021-11-03 15:36:38 +01:00
|
|
|
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)]:`
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-11-03 15:36:38 +01:00
|
|
|
|