@@ -392,13 +392,13 @@ declare_features! (
392
392
/// Allows `dyn* Trait` objects.
393
393
( incomplete, dyn_star, "1.65.0" , Some ( 102425 ) , None ) ,
394
394
// Uses generic effect parameters for ~const bounds
395
- ( active, effects, "CURRENT_RUSTC_VERSION " , Some ( 102090 ) , None ) ,
395
+ ( active, effects, "1.72.0 " , Some ( 102090 ) , None ) ,
396
396
/// Allows `X..Y` patterns.
397
397
( active, exclusive_range_pattern, "1.11.0" , Some ( 37854 ) , None ) ,
398
398
/// Allows exhaustive pattern matching on types that contain uninhabited types.
399
399
( active, exhaustive_patterns, "1.13.0" , Some ( 51085 ) , None ) ,
400
400
/// Allows explicit tail calls via `become` expression.
401
- ( incomplete, explicit_tail_calls, "CURRENT_RUSTC_VERSION " , Some ( 112788 ) , None ) ,
401
+ ( incomplete, explicit_tail_calls, "1.72.0 " , Some ( 112788 ) , None ) ,
402
402
/// Allows using `efiapi`, `sysv64` and `win64` as calling convention
403
403
/// for functions with varargs.
404
404
( active, extended_varargs_abi_support, "1.65.0" , Some ( 100189 ) , None ) ,
@@ -445,7 +445,7 @@ declare_features! (
445
445
// Allows setting the threshold for the `large_assignments` lint.
446
446
( active, large_assignments, "1.52.0" , Some ( 83518 ) , None ) ,
447
447
/// Allow to have type alias types for inter-crate use.
448
- ( active, lazy_type_alias, "CURRENT_RUSTC_VERSION " , Some ( 112792 ) , None ) ,
448
+ ( active, lazy_type_alias, "1.72.0 " , Some ( 112792 ) , None ) ,
449
449
/// Allows `if/while p && let q = r && ...` chains.
450
450
( active, let_chains, "1.37.0" , Some ( 53667 ) , None ) ,
451
451
/// Allows using `reason` in lint attributes and the `#[expect(lint)]` lint check.
@@ -546,7 +546,7 @@ declare_features! (
546
546
/// not changed from prior instances of the same struct (RFC #2528)
547
547
( active, type_changing_struct_update, "1.58.0" , Some ( 86555 ) , None ) ,
548
548
/// Allows using type privacy lints (`private_interfaces`, `private_bounds`, `unnameable_types`).
549
- ( active, type_privacy_lints, "CURRENT_RUSTC_VERSION " , Some ( 48054 ) , None ) ,
549
+ ( active, type_privacy_lints, "1.72.0 " , Some ( 48054 ) , None ) ,
550
550
/// Enables rustc to generate code that instructs libstd to NOT ignore SIGPIPE.
551
551
( active, unix_sigpipe, "1.65.0" , Some ( 97889 ) , None ) ,
552
552
/// Allows unsized fn parameters.
0 commit comments