summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirreck <mingyang_ge@163.com>2023-08-15 02:13:17 +0800
committerGitHub <noreply@github.com>2023-08-15 02:13:17 +0800
commitded88c6e813adcb59f5106b86e3270424e40a1a2 (patch)
tree7b002a0f63a6dc4eecf1c0b543009c895b1a786c
parent6d9847e50e7f56c1cff7525ea569e5cf50e9db2b (diff)
Update compiler/rustc_feature/src/active.rs
Co-authored-by: klensy <klensy@users.noreply.github.com>
-rw-r--r--compiler/rustc_feature/src/active.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index 9785d14b99b..953ea1bf523 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -282,7 +282,7 @@ declare_features! (
(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),
- (active, csky_target_feature, "1.72.0", Some(44839), None),
+ (active, csky_target_feature, "CURRENT_RUSTC_VERSION", Some(44839), None),
(active, ermsb_target_feature, "1.49.0", Some(44839), None),
(active, hexagon_target_feature, "1.27.0", Some(44839), None),
(active, mips_target_feature, "1.27.0", Some(44839), None),