about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorMadhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in>2025-04-21 16:44:42 +0530
committerMadhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in>2025-05-06 23:28:27 +0530
commit43357b4a64b0bfaf6c9db14cff998a2d17b98dac (patch)
tree7eeae0269607e01db2e0812dc8203ed8b35e61a3 /compiler/rustc_feature/src
parente4272d12f29dc425679749a1fb7569bd25464e88 (diff)
downloadrust-43357b4a64b0bfaf6c9db14cff998a2d17b98dac.tar.gz
rust-43357b4a64b0bfaf6c9db14cff998a2d17b98dac.zip
Added `apxf` target feature support, under flag `apx_target_feature`
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/unstable.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs
index 1a011dfff3f..d96089a64d0 100644
--- a/compiler/rustc_feature/src/unstable.rs
+++ b/compiler/rustc_feature/src/unstable.rs
@@ -316,6 +316,7 @@ declare_features! (
     // Unstable `#[target_feature]` directives.
     (unstable, aarch64_unstable_target_feature, "1.82.0", Some(44839)),
     (unstable, aarch64_ver_target_feature, "1.27.0", Some(44839)),
+    (unstable, apx_target_feature, "CURRENT_RUSTC_VERSION", Some(139284)),
     (unstable, arm_target_feature, "1.27.0", Some(44839)),
     (unstable, avx512_target_feature, "1.27.0", Some(44839)),
     (unstable, bpf_target_feature, "1.54.0", Some(44839)),