Fix typo in #[coroutine]
gating error
This commit is contained in:
parent
62bf38fa60
commit
7c91f898ba
4 changed files with 7 additions and 7 deletions
|
@ -572,7 +572,7 @@ pub const BUILTIN_ATTRIBUTES: &[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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue