Skip to content

Commit 0f367a9

Browse files
committed
Use current rustc version.
1 parent 9cd008f commit 0f367a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ declare_features! (
395395
/// Allows using `#[repr(align(...))]` on function items
396396
(active, fn_align, "1.53.0", Some(82232), None),
397397
/// Allows generators to be cloned.
398-
(active, generator_clone, "1.60.0", Some(95360), None),
398+
(active, generator_clone, "CURRENT_RUSTC_VERSION", 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)