Skip to content

Commit 53dc576

Browse files
authored
Unrolled build for rust-lang#117073
Rollup merge of rust-lang#117073 - yotamofek:fix-coroutines-feature-rename-suggestion, r=lqd Fix suggestion for renamed coroutines feature This fixes a small typo from rust-lang#116958
2 parents 858a42b + a6c2481 commit 53dc576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)