2021-08-27 18:04:57 +02:00
|
|
|
error: unconstrained generic constant
|
2020-11-15 09:35:04 +10:00
|
|
|
--> $DIR/simd-array-trait.rs:23:23
|
|
|
|
|
|
|
|
|
LL | pub struct T<S: Simd>([S::Lane; S::SIZE]);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-08-27 18:04:57 +02:00
|
|
|
= help: try adding a `where` bound using this expression: `where [(); S::SIZE]:`
|
2020-11-15 09:35:04 +10:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|