rust/src/test/ui/simd/array-trait.stderr
2021-10-04 18:05:15 -07:00

10 lines
298 B
Text

error: unconstrained generic constant
--> $DIR/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