EXPERIMENT: Make async fn
, .await
, async move? {
legal on 2015
#64286
Labels
A-async-await
Area: Async & Await
A-parser
Area: The parsing of Rust source code to an AST.
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I-needs-decision
Issue: In need of a decision.
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
The parser currently will not parse
async fn
,async move? $block
, and<expr>.await
on Rust 2015.Check whether:
<expr>.await
andasync move? $block
Drawbacks include:
The text was updated successfully, but these errors were encountered: