@@ -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, "CURRENT_RUSTC_VERSION " , Some ( 44839 ) , None ) ,
285+ ( active, csky_target_feature, "1.73.0 " , 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 ) ,
@@ -315,7 +315,7 @@ declare_features! (
315315 /// Allows `extern "ptx-*" fn()`.
316316 ( active, abi_ptx, "1.15.0" , Some ( 38788 ) , None ) ,
317317 /// Allows `extern "riscv-interrupt-m" fn()` and `extern "riscv-interrupt-s" fn()`.
318- ( active, abi_riscv_interrupt, "CURRENT_RUSTC_VERSION " , Some ( 111889 ) , None ) ,
318+ ( active, abi_riscv_interrupt, "1.73.0 " , Some ( 111889 ) , None ) ,
319319 /// Allows `extern "x86-interrupt" fn()`.
320320 ( active, abi_x86_interrupt, "1.17.0" , Some ( 40180 ) , None ) ,
321321 /// Allows additional const parameter types, such as `&'static str` or user defined types
@@ -341,7 +341,7 @@ declare_features! (
341341 /// Allows async functions to be declared, implemented, and used in traits.
342342 ( active, async_fn_in_trait, "1.66.0" , Some ( 91611 ) , None ) ,
343343 /// Allows `#[track_caller]` on async functions.
344- ( active, async_fn_track_caller, "CURRENT_RUSTC_VERSION " , Some ( 110011 ) , None ) ,
344+ ( active, async_fn_track_caller, "1.73.0 " , Some ( 110011 ) , None ) ,
345345 /// Allows builtin # foo() syntax
346346 ( active, builtin_syntax, "1.71.0" , Some ( 110680 ) , None ) ,
347347 /// Allows `c"foo"` literals.
@@ -353,7 +353,7 @@ declare_features! (
353353 /// Allows the use of `#[cfg(overflow_checks)` to check if integer overflow behaviour.
354354 ( active, cfg_overflow_checks, "1.71.0" , Some ( 111466 ) , None ) ,
355355 /// Provides the relocation model information as cfg entry
356- ( active, cfg_relocation_model, "CURRENT_RUSTC_VERSION " , Some ( 114929 ) , None ) ,
356+ ( active, cfg_relocation_model, "1.73.0 " , Some ( 114929 ) , None ) ,
357357 /// Allows the use of `#[cfg(sanitize = "option")]`; set when -Zsanitizer is used.
358358 ( active, cfg_sanitize, "1.41.0" , Some ( 39699 ) , None ) ,
359359 /// Allows `cfg(target_abi = "...")`.
@@ -411,7 +411,7 @@ declare_features! (
411411 /// Allows having using `suggestion` in the `#[deprecated]` attribute.
412412 ( active, deprecated_suggestion, "1.61.0" , Some ( 94785 ) , None ) ,
413413 /// Allows using the `#[diagnostic]` attribute tool namespace
414- ( active, diagnostic_namespace, "CURRENT_RUSTC_VERSION " , Some ( 94785 ) , None ) ,
414+ ( active, diagnostic_namespace, "1.73.0 " , Some ( 94785 ) , None ) ,
415415 /// Controls errors in trait implementations.
416416 ( active, do_not_recommend, "1.67.0" , Some ( 51992 ) , None ) ,
417417 /// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
@@ -456,7 +456,7 @@ declare_features! (
456456 /// Allows non-trivial generic constants which have to have wfness manually propagated to callers
457457 ( incomplete, generic_const_exprs, "1.56.0" , Some ( 76560 ) , None ) ,
458458 /// Allows generic parameters and where-clauses on free & associated const items.
459- ( incomplete, generic_const_items, "CURRENT_RUSTC_VERSION " , Some ( 113521 ) , None ) ,
459+ ( incomplete, generic_const_items, "1.73.0 " , Some ( 113521 ) , None ) ,
460460 /// Allows using `..=X` as a patterns in slices.
461461 ( active, half_open_range_patterns_in_slices, "1.66.0" , Some ( 67264 ) , None ) ,
462462 /// Allows `if let` guard in match arms.
0 commit comments