Skip to content

Commit

Permalink
Remove adx_target_feature feature from active features list
Browse files Browse the repository at this point in the history
The feature was stabilized in #93745
  • Loading branch information
Undin committed May 6, 2022
1 parent 7f9e013 commit 02ac4a4
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 02ac4a4

Please sign in to comment.