Skip to content

Commit ded88c6

Browse files
Dirrekeklensy
andauthored
Update compiler/rustc_feature/src/active.rs
Co-authored-by: klensy <[email protected]>
1 parent 6d9847e commit ded88c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ declare_features! (
282282
(active, arm_target_feature, "1.27.0", Some(44839), None),
283283
(active, avx512_target_feature, "1.27.0", Some(44839), None),
284284
(active, bpf_target_feature, "1.54.0", Some(44839), None),
285-
(active, csky_target_feature, "1.72.0", Some(44839), None),
285+
(active, csky_target_feature, "CURRENT_RUSTC_VERSION", Some(44839), None),
286286
(active, ermsb_target_feature, "1.49.0", Some(44839), None),
287287
(active, hexagon_target_feature, "1.27.0", Some(44839), None),
288288
(active, mips_target_feature, "1.27.0", Some(44839), None),

0 commit comments

Comments
 (0)