]> git.lizzy.rs Git - rust.git/blob - src/test/ui/simd/array-trait.stderr
Rollup merge of #102685 - nbdd0121:unwind, r=m-ou-se
[rust.git] / src / test / ui / simd / array-trait.stderr
1 error: unconstrained generic constant
2   --> $DIR/array-trait.rs:23:23
3    |
4 LL | pub struct T<S: Simd>([S::Lane; S::SIZE]);
5    |                       ^^^^^^^^^^^^^^^^^^
6    |
7    = help: try adding a `where` bound using this expression: `where [(); S::SIZE]:`
8
9 error: aborting due to previous error
10