Skip to content

Commit

Permalink
Rollup merge of #96769 - Undin:remove-adx_target_feature-from-active,…
Browse files Browse the repository at this point in the history
… r=joshtriplett

Remove `adx_target_feature` feature from active features list

The feature was stabilized in #93745
  • Loading branch information
matthiaskrgr authored May 7, 2022
2 parents 2dcb6fd + 02ac4a4 commit c5d6f82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_feature/src/active.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ declare_features! (

// 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),
Expand Down

0 comments on commit c5d6f82

Please sign in to comment.