@@ -417,7 +417,7 @@ declare_features! (
417
417
/// Allows `if let` guard in match arms.
418
418
( active, if_let_guard, "1.47.0" , Some ( 51114 ) , None ) ,
419
419
/// Allows `impl Trait` to be used inside associated types (RFC 2515).
420
- ( active, impl_trait_in_assoc_type, "CURRENT_RUSTC_VERSION " , Some ( 63063 ) , None ) ,
420
+ ( active, impl_trait_in_assoc_type, "1.70.0 " , Some ( 63063 ) , None ) ,
421
421
/// Allows `impl Trait` as output type in `Fn` traits in return position of functions.
422
422
( active, impl_trait_in_fn_trait_return, "1.64.0" , Some ( 99697 ) , None ) ,
423
423
/// Allows referencing `Self` and projections in impl-trait.
@@ -498,7 +498,7 @@ declare_features! (
498
498
/// Allows return-position `impl Trait` in traits.
499
499
( incomplete, return_position_impl_trait_in_trait, "1.65.0" , Some ( 91611 ) , None ) ,
500
500
/// Allows bounding the return type of AFIT/RPITIT.
501
- ( incomplete, return_type_notation, "CURRENT_RUSTC_VERSION " , Some ( 109417 ) , None ) ,
501
+ ( incomplete, return_type_notation, "1.70.0 " , Some ( 109417 ) , None ) ,
502
502
/// Allows `extern "rust-cold"`.
503
503
( active, rust_cold_cc, "1.63.0" , Some ( 97544 ) , None ) ,
504
504
/// Allows the use of SIMD types in functions declared in `extern` blocks.
@@ -521,7 +521,7 @@ declare_features! (
521
521
/// Dyn upcasting is casting, e.g., `dyn Foo -> dyn Bar` where `Foo: Bar`.
522
522
( active, trait_upcasting, "1.56.0" , Some ( 65991 ) , None ) ,
523
523
/// Allows for transmuting between arrays with sizes that contain generic consts.
524
- ( active, transmute_generic_consts, "CURRENT_RUSTC_VERSION " , Some ( 109929 ) , None ) ,
524
+ ( active, transmute_generic_consts, "1.70.0 " , Some ( 109929 ) , None ) ,
525
525
/// Allows #[repr(transparent)] on unions (RFC 2645).
526
526
( active, transparent_unions, "1.37.0" , Some ( 60405 ) , None ) ,
527
527
/// Allows inconsistent bounds in where clauses.
0 commit comments