async fn inside fn fails to parse #51933
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-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This fails to parse:
fn foo() { async fn bar() { } }
.The text was updated successfully, but these errors were encountered: