Skip to content

Commit 1bc9453

Browse files
canndrewcrlf0710
authored andcommitted
Add tracking issue number to feature(generator_clone)
1 parent fa6dbcf commit 1bc9453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_feature/src/active.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ 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),
157155
/// Outputs useful `assert!` messages
158156
(active, generic_assert, "1.63.0", None, None),
159157
/// Allows using the `rust-intrinsic`'s "ABI".
@@ -396,6 +394,8 @@ declare_features! (
396394
(active, ffi_returns_twice, "1.34.0", Some(58314), None),
397395
/// Allows using `#[repr(align(...))]` on function items
398396
(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),
399399
/// Allows defining generators.
400400
(active, generators, "1.21.0", Some(43122), None),
401401
/// Infer generic args for both consts and types.

0 commit comments

Comments
 (0)