Skip to content

Commit 02ac4a4

Browse files
committed
Remove adx_target_feature feature from active features list
The feature was stabilized in #93745
1 parent 7f9e013 commit 02ac4a4

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)