@@ -152,6 +152,8 @@ declare_features! (
152152 ( active, anonymous_lifetime_in_impl_trait, "1.63.0" , None , None ) ,
153153 /// Allows identifying the `compiler_builtins` crate.
154154 ( active, compiler_builtins, "1.13.0" , None , None ) ,
155+ /// Allows generators to be cloned.
156+ ( active, generator_clone, "1.60.0" , None , None ) ,
155157 /// Outputs useful `assert!` messages
156158 ( active, generic_assert, "1.63.0" , None , None ) ,
157159 /// Allows using the `rust-intrinsic`'s "ABI".
@@ -396,8 +398,6 @@ declare_features! (
396398 ( active, fn_align, "1.53.0" , Some ( 82232 ) , None ) ,
397399 /// Allows defining generators.
398400 ( active, generators, "1.21.0" , Some ( 43122 ) , None ) ,
399- /// Allows generators to be cloned.
400- ( active, generator_clone, "1.60.0" , None , None ) ,
401401 /// Infer generic args for both consts and types.
402402 ( active, generic_arg_infer, "1.55.0" , Some ( 85077 ) , None ) ,
403403 /// Allows associated types to be generic, e.g., `type Foo<T>;` (RFC 1598).
0 commit comments