diff options
| author | Arseniy Pendryak <arseniy.pendryak@jetbrains.com> | 2022-05-06 13:12:45 +0300 |
|---|---|---|
| committer | Arseniy Pendryak <arseniy.pendryak@jetbrains.com> | 2022-05-06 13:12:45 +0300 |
| commit | 02ac4a4e027dbebcb9205903a3e088b379a21e35 (patch) | |
| tree | 6249b62df8926e2b4859f2e82cff4908f6a5a774 /compiler/rustc_feature | |
| parent | 7f9e013ba62e7bf77a95ba29bcb2c5740b7b2059 (diff) | |
| download | rust-02ac4a4e027dbebcb9205903a3e088b379a21e35.tar.gz rust-02ac4a4e027dbebcb9205903a3e088b379a21e35.zip | |
Remove `adx_target_feature` feature from active features list
The feature was stabilized in https://github.com/rust-lang/rust/pull/93745
Diffstat (limited to 'compiler/rustc_feature')
| -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), |
