Skip to content

Commit cf91768

Browse files
committed
Add tracking issue number to feature(generator_clone)
1 parent c32400f commit cf91768

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
@@ -150,8 +150,6 @@ declare_features! (
150150
(active, allow_internal_unstable, "1.0.0", None, None),
151151
/// Allows identifying the `compiler_builtins` crate.
152152
(active, compiler_builtins, "1.13.0", None, None),
153-
/// Allows generators to be cloned.
154-
(active, generator_clone, "1.60.0", None, None),
155153
/// Allows using the `rust-intrinsic`'s "ABI".
156154
(active, intrinsics, "1.0.0", None, None),
157155
/// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
@@ -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)