@@ -392,13 +392,13 @@ declare_features! (
392392 /// Allows `dyn* Trait` objects.
393393 ( incomplete, dyn_star, "1.65.0" , Some ( 102425 ) , None ) ,
394394 // 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 ) ,
396396 /// Allows `X..Y` patterns.
397397 ( active, exclusive_range_pattern, "1.11.0" , Some ( 37854 ) , None ) ,
398398 /// Allows exhaustive pattern matching on types that contain uninhabited types.
399399 ( active, exhaustive_patterns, "1.13.0" , Some ( 51085 ) , None ) ,
400400 /// 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 ) ,
402402 /// Allows using `efiapi`, `sysv64` and `win64` as calling convention
403403 /// for functions with varargs.
404404 ( active, extended_varargs_abi_support, "1.65.0" , Some ( 100189 ) , None ) ,
@@ -445,7 +445,7 @@ declare_features! (
445445 // Allows setting the threshold for the `large_assignments` lint.
446446 ( active, large_assignments, "1.52.0" , Some ( 83518 ) , None ) ,
447447 /// 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 ) ,
449449 /// Allows `if/while p && let q = r && ...` chains.
450450 ( active, let_chains, "1.37.0" , Some ( 53667 ) , None ) ,
451451 /// Allows using `reason` in lint attributes and the `#[expect(lint)]` lint check.
@@ -546,7 +546,7 @@ declare_features! (
546546 /// not changed from prior instances of the same struct (RFC #2528)
547547 ( active, type_changing_struct_update, "1.58.0" , Some ( 86555 ) , None ) ,
548548 /// 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 ) ,
550550 /// Enables rustc to generate code that instructs libstd to NOT ignore SIGPIPE.
551551 ( active, unix_sigpipe, "1.65.0" , Some ( 97889 ) , None ) ,
552552 /// Allows unsized fn parameters.
0 commit comments