Remove await! macro-like syntax support #60610
Labels
A-async-await
Area: Async & Await
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#60586 moves support for
await!(<expr>)
syntax under a separate feature gate fromasync { ... }
and.await
. Once folks working on nightly have been given time to migrate (~a release cycle or so) we should remove this hack.The text was updated successfully, but these errors were encountered: