Rollup merge of #96769 - Undin:remove-adx_target_feature-from-active, r=joshtriplett

Remove `adx_target_feature` feature from active features list

The feature was stabilized in https://github.com/rust-lang/rust/pull/93745
This commit is contained in:
Matthias Krüger 2022-05-07 22:44:42 +02:00 committed by GitHub
commit c5d6f82cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,6 @@ pub fn set(&self, features: &mut Features, span: Span) {
// Unstable `#[target_feature]` directives.
(active, aarch64_ver_target_feature, "1.27.0", Some(44839), None),
(active, adx_target_feature, "1.32.0", Some(44839), None),
(active, arm_target_feature, "1.27.0", Some(44839), None),
(active, avx512_target_feature, "1.27.0", Some(44839), None),
(active, bpf_target_feature, "1.54.0", Some(44839), None),