diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-05-07 22:44:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-07 22:44:42 +0200 |
| commit | c5d6f82cb79372ce931fce0b0a188b07628811d6 (patch) | |
| tree | e40ae2c1c9b161556c73fdbbe57c12952f9b8897 | |
| parent | 2dcb6fdc1d68eaf93fbbd55516b5ab8b364e897a (diff) | |
| parent | 02ac4a4e027dbebcb9205903a3e088b379a21e35 (diff) | |
| download | rust-c5d6f82cb79372ce931fce0b0a188b07628811d6.tar.gz rust-c5d6f82cb79372ce931fce0b0a188b07628811d6.zip | |
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 https://github.com/rust-lang/rust/pull/93745
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 5c07d9121cc..520769d308e 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), |
