mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
9 lines
329 B
Plaintext
9 lines
329 B
Plaintext
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
|
|
|