@@ -486,7 +486,7 @@ declare_features! (
486
486
( active, async_closure, "1.37.0" , Some ( 62290 ) , None ) ,
487
487
488
488
/// Allows `impl Trait` to be used inside type aliases (RFC 2515).
489
- ( incomplete , type_alias_impl_trait, "1.38.0" , Some ( 63063 ) , None ) ,
489
+ ( active , type_alias_impl_trait, "1.38.0" , Some ( 63063 ) , None ) ,
490
490
491
491
/// Allows the definition of `const extern fn` and `const unsafe extern fn`.
492
492
( active, const_extern_fn, "1.40.0" , Some ( 64926 ) , None ) ,
@@ -619,9 +619,6 @@ declare_features! (
619
619
/// Allows macro attributes to observe output of `#[derive]`.
620
620
( active, macro_attributes_in_derive_output, "1.51.0" , Some ( 81119 ) , None ) ,
621
621
622
- /// Allows the use of type alias impl trait in function return positions
623
- ( active, min_type_alias_impl_trait, "1.52.0" , Some ( 63063 ) , None ) ,
624
-
625
622
/// Allows associated types in inherent impls.
626
623
( incomplete, inherent_associated_types, "1.52.0" , Some ( 8995 ) , None ) ,
627
624
0 commit comments