Skip to content

Commit a6c2481

Browse files
committed
Fix suggestion for renamed coroutines feature
1 parent aec4741 commit a6c2481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/removed.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ declare_features! (
9999
/// Allows generators to be cloned.
100100
(removed, generator_clone, "1.65.0", Some(95360), None, Some("renamed to `coroutine_clone`")),
101101
/// Allows defining generators.
102-
(removed, generators, "1.21.0", Some(43122), None, Some("renamed to `coroutine`")),
102+
(removed, generators, "1.21.0", Some(43122), None, Some("renamed to `coroutines`")),
103103
/// Allows `impl Trait` in bindings (`let`, `const`, `static`).
104104
(removed, impl_trait_in_bindings, "1.55.0", Some(63065), None,
105105
Some("the implementation was not maintainable, the feature may get reintroduced once the current refactorings are done")),

0 commit comments

Comments
 (0)