From 02ac4a4e027dbebcb9205903a3e088b379a21e35 Mon Sep 17 00:00:00 2001 From: Arseniy Pendryak Date: Fri, 6 May 2022 13:12:45 +0300 Subject: [PATCH] Remove `adx_target_feature` feature from active features list The feature was stabilized in https://github.com/rust-lang/rust/pull/93745 --- compiler/rustc_feature/src/active.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 5c07d9121cc54..520769d308e66 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -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),