Confusing error message for async move
in the 2015 edition
#74115
Labels
A-async-await
Area: Async & Await
A-diagnostics
Area: Messages for errors, warnings, and lints
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.
D-edition
Diagnostics: An error or lint that should account for edition differences.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Playground:
yields this error:
#71783 added a hint about the edition for
async {}
, but it seems thatasync move {}
doesn't get it.The text was updated successfully, but these errors were encountered: