@@ -150,8 +150,6 @@ declare_features! (
150
150
( active, allow_internal_unstable, "1.0.0" , None , None ) ,
151
151
/// Allows identifying the `compiler_builtins` crate.
152
152
( active, compiler_builtins, "1.13.0" , None , None ) ,
153
- /// Allows generators to be cloned.
154
- ( active, generator_clone, "1.60.0" , None , None ) ,
155
153
/// Allows using the `rust-intrinsic`'s "ABI".
156
154
( active, intrinsics, "1.0.0" , None , None ) ,
157
155
/// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
@@ -396,6 +394,8 @@ declare_features! (
396
394
( active, ffi_returns_twice, "1.34.0" , Some ( 58314 ) , None ) ,
397
395
/// Allows using `#[repr(align(...))]` on function items
398
396
( active, fn_align, "1.53.0" , Some ( 82232 ) , None ) ,
397
+ /// Allows generators to be cloned.
398
+ ( active, generator_clone, "1.60.0" , Some ( 95360 ) , None ) ,
399
399
/// Allows defining generators.
400
400
( active, generators, "1.21.0" , Some ( 43122 ) , None ) ,
401
401
/// Infer generic args for both consts and types.
0 commit comments