os-rust/src/test/ui/simd/array-trait.stderr

11 lines
303 B
Text
Raw Normal View History

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