about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/unstable.rs
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2024-11-09 03:17:24 +0900
committerTaiki Endo <te316e89@gmail.com>2024-11-09 03:17:24 +0900
commit400a690b5f99cd345b679014fe0c821d3847bcd3 (patch)
tree8505f1299b5b97271917f86cebc2228c3e3bf6a5 /compiler/rustc_feature/src/unstable.rs
parentc07aa1e17199e27f6f7ac8f3307bca7bda0084b6 (diff)
downloadrust-400a690b5f99cd345b679014fe0c821d3847bcd3.tar.gz
rust-400a690b5f99cd345b679014fe0c821d3847bcd3.zip
Add v9 and leoncasa target feature to sparc
Diffstat (limited to 'compiler/rustc_feature/src/unstable.rs')
-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 5f83c211b38..8326d0031ea 100644
--- a/compiler/rustc_feature/src/unstable.rs
+++ b/compiler/rustc_feature/src/unstable.rs
@@ -336,6 +336,7 @@ declare_features! (
     (unstable, riscv_target_feature, "1.45.0", Some(44839)),
     (unstable, rtm_target_feature, "1.35.0", Some(44839)),
     (unstable, s390x_target_feature, "1.82.0", Some(44839)),
+    (unstable, sparc_target_feature, "CURRENT_RUSTC_VERSION", Some(132783)),
     (unstable, sse4a_target_feature, "1.27.0", Some(44839)),
     (unstable, tbm_target_feature, "1.27.0", Some(44839)),
     (unstable, wasm_target_feature, "1.30.0", Some(44839)),