Open
Description
The parser currently will not parse async fn
, async move? $block
, and <expr>.await
on Rust 2015.
Check whether:
- doing so would simplify the parser & the grammar.
- it is feasible with a crater run for
<expr>.await
andasync move? $block
Drawbacks include:
- folks having fewer incentives to use Rust 2018.
Metadata
Metadata
Assignees
Labels
Area: Async & AwaitArea: The 2015 edition (the first edition)Area: The lexing & parsing of Rust source code to an ASTAsync-await issues that have been triaged during a working group meeting.Category: An issue proposing an enhancement or a PR with one.Issue: In need of a decision.Low priorityRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the language team