blob: 1400633001ac527af57fdd33b30b663faabe6058 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0439]: invalid `simd_shuffle`, needs length: `simd_shuffle`
--> $DIR/E0439.rs:14:5
|
LL | fn simd_shuffle<A,B>(a: A, b: A, c: [u32; 8]) -> B; //~ ERROR E0439
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0439`.
|