about summary refs log tree commit diff
path: root/tests/ui/abi/simd-abi-checks-empty-list.stderr
blob: 780afb3844fc5195ae00cb8ec229b532767def2f (plain)
1
2
3
4
5
6
7
8
error: this function definition uses SIMD vector type `SimdVec` which is not currently supported with the chosen ABI
  --> $DIR/simd-abi-checks-empty-list.rs:17:1
   |
LL | pub extern "C" fn pass_by_vec(_: SimdVec) {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function defined here

error: aborting due to 1 previous error