@@ -282,7 +282,7 @@ declare_features! (
282
282
( active, arm_target_feature, "1.27.0" , Some ( 44839 ) , None ) ,
283
283
( active, avx512_target_feature, "1.27.0" , Some ( 44839 ) , None ) ,
284
284
( 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 ) ,
286
286
( active, ermsb_target_feature, "1.49.0" , Some ( 44839 ) , None ) ,
287
287
( active, hexagon_target_feature, "1.27.0" , Some ( 44839 ) , None ) ,
288
288
( active, mips_target_feature, "1.27.0" , Some ( 44839 ) , None ) ,
@@ -315,7 +315,7 @@ declare_features! (
315
315
/// Allows `extern "ptx-*" fn()`.
316
316
( active, abi_ptx, "1.15.0" , Some ( 38788 ) , None ) ,
317
317
/// 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 ) ,
319
319
/// Allows `extern "x86-interrupt" fn()`.
320
320
( active, abi_x86_interrupt, "1.17.0" , Some ( 40180 ) , None ) ,
321
321
/// Allows additional const parameter types, such as `&'static str` or user defined types
@@ -341,7 +341,7 @@ declare_features! (
341
341
/// Allows async functions to be declared, implemented, and used in traits.
342
342
( active, async_fn_in_trait, "1.66.0" , Some ( 91611 ) , None ) ,
343
343
/// 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 ) ,
345
345
/// Allows builtin # foo() syntax
346
346
( active, builtin_syntax, "1.71.0" , Some ( 110680 ) , None ) ,
347
347
/// Allows `c"foo"` literals.
@@ -353,7 +353,7 @@ declare_features! (
353
353
/// Allows the use of `#[cfg(overflow_checks)` to check if integer overflow behaviour.
354
354
( active, cfg_overflow_checks, "1.71.0" , Some ( 111466 ) , None ) ,
355
355
/// 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 ) ,
357
357
/// Allows the use of `#[cfg(sanitize = "option")]`; set when -Zsanitizer is used.
358
358
( active, cfg_sanitize, "1.41.0" , Some ( 39699 ) , None ) ,
359
359
/// Allows `cfg(target_abi = "...")`.
@@ -411,7 +411,7 @@ declare_features! (
411
411
/// Allows having using `suggestion` in the `#[deprecated]` attribute.
412
412
( active, deprecated_suggestion, "1.61.0" , Some ( 94785 ) , None ) ,
413
413
/// 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 ) ,
415
415
/// Controls errors in trait implementations.
416
416
( active, do_not_recommend, "1.67.0" , Some ( 51992 ) , None ) ,
417
417
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
@@ -456,7 +456,7 @@ declare_features! (
456
456
/// Allows non-trivial generic constants which have to have wfness manually propagated to callers
457
457
( incomplete, generic_const_exprs, "1.56.0" , Some ( 76560 ) , None ) ,
458
458
/// 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 ) ,
460
460
/// Allows using `..=X` as a patterns in slices.
461
461
( active, half_open_range_patterns_in_slices, "1.66.0" , Some ( 67264 ) , None ) ,
462
462
/// Allows `if let` guard in match arms.
0 commit comments