mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Rollup merge of #135320 - camelid:coroutines-typo, r=lqd
Fix typo in `#[coroutine]` gating error
This commit is contained in:
@@ -572,7 +572,7 @@ pub struct BuiltinAttribute {
|
||||
// `#[coroutine]` attribute to be applied to closures to make them coroutines instead
|
||||
gated!(
|
||||
coroutine, Normal, template!(Word), ErrorFollowing,
|
||||
EncodeCrossCrate::No, coroutines, experimental!(coroutines)
|
||||
EncodeCrossCrate::No, coroutines, experimental!(coroutine)
|
||||
),
|
||||
|
||||
// RFC 3543
|
||||
|
||||
Reference in New Issue
Block a user