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
Auto merge of rust-lang#132989 - GuillaumeGomez:rollup-p5jdno9, r=GuillaumeGomez
Rollup of 6 pull requests
Successful merges:
- rust-lang#132709 (optimize char::to_digit and assert radix is at least 2)
- rust-lang#132842 (ABI checks: add support for tier2 arches)
- rust-lang#132965 (allow CFGuard on windows-gnullvm)
- rust-lang#132967 (fix REGISTRY_USERNAME to reuse cache between auto and pr jobs)
- rust-lang#132971 (Handle infer vars in anon consts on stable)
- rust-lang#132979 (use `--exact` on `--skip` to avoid unintended substring matches)
r? `@ghost`
`@rustbot` modify labels: rollup
ABI error: this function call uses a vector type that requires the `{$required_feature}` target feature, which is not enabled in the caller
2
+
this function call uses a SIMD vector type that (with the chosen ABI) requires the `{$required_feature}` target feature, which is not enabled in the caller
3
3
.label = function called here
4
4
.help = consider enabling it globally (`-C target-feature=+{$required_feature}`) or locally (`#[target_feature(enable="{$required_feature}")]`)
5
5
monomorphize_abi_error_disabled_vector_type_def =
6
-
ABI error: this function definition uses a vector type that requires the `{$required_feature}` target feature, which is not enabled
6
+
this function definition uses a SIMD vector type that (with the chosen ABI) requires the `{$required_feature}` target feature, which is not enabled
7
7
.label = function defined here
8
8
.help = consider enabling it globally (`-C target-feature=+{$required_feature}`) or locally (`#[target_feature(enable="{$required_feature}")]`)
0 commit comments