blob: 0e02883f67a4061f5ee45c8d09cc47af2925113f (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: unconstrained generic constant
--> $DIR/simd-array-trait.rs:23:23
|
LL | pub struct T<S: Simd>([S::Lane; S::SIZE]);
| ^^^^^^^^^^^^^^^^^^
|
= help: try adding a `where` bound using this expression: `where [(); S::SIZE]:`
error: aborting due to previous error
|