error about async move {
block could suggest using later edition in edition 2015
#114219
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-newcomer-roadblock
Diagnostics: Confusing error or lint; hard to understand for new users.
D-papercut
Diagnostics: An error or lint that needs small tweaks.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
with edition 2015:
with edition 2018:
with edition < 2018, we could suggest switching to a later edition instead of throwing an obscure syntax error.
original code:
The text was updated successfully, but these errors were encountered: