summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0439.stderr
blob: e3b8fbfb25362d10f53656e4a09c7aa16a22cd59 (plain)
1
2
3
4
5
6
7
8
9
error[E0439]: invalid `simd_shuffle`, needs length: `simd_shuffle`
  --> $DIR/E0439.rs:4: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`.