]> git.proxmox.com Git - rustc.git/blob - src/test/ui/simd/array-trait.stderr
Update unsuspicious file list
[rustc.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