You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//~^ ABI error: this function definition uses a vector type that requires the `<no available feature for this size>` target feature, which is not enabled
19
+
//~| WARNING this was previously accepted by the compiler
warning: ABI error: this function definition uses a vector type that requires the `<no available feature for this size>` target feature, which is not enabled
2
+
--> $DIR/simd-abi-checks-empty-list.rs:17:1
3
+
|
4
+
LL | pub extern "C" fn pass_by_vec(_: SimdVec) {}
5
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function defined here
6
+
|
7
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8
+
= note: for more information, see issue #116558 <https://github.com/rust-lang/rust/issues/116558>
9
+
= help: consider enabling it globally (`-C target-feature=+<no available feature for this size>`) or locally (`#[target_feature(enable="<no available feature for this size>")]`)
10
+
= note: `#[warn(abi_unsupported_vector_types)]` on by default
0 commit comments