Skip to content

Commit c5d6f82

Browse files
authored
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 #93745
2 parents 2dcb6fd + 02ac4a4 commit c5d6f82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_feature/src/active.rs

-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ declare_features! (
244244

245245
// Unstable `#[target_feature]` directives.
246246
(active, aarch64_ver_target_feature, "1.27.0", Some(44839), None),
247-
(active, adx_target_feature, "1.32.0", Some(44839), None),
248247
(active, arm_target_feature, "1.27.0", Some(44839), None),
249248
(active, avx512_target_feature, "1.27.0", Some(44839), None),
250249
(active, bpf_target_feature, "1.54.0", Some(44839), None),

0 commit comments

Comments
 (0)