E0106: incorrect suggestion for async function #86667
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: playground
The current output is:
The suggestion for the
async
function is missing the lifetime declaration and has garbleds1
's lifetime, so using the suggestion verbatim doesn't compile.The suggestion for the non-
async
function is fine, so I'd have expected essentially the same for theasync
function:The incorrect suggestion is the same on both current stable and nightly:
The text was updated successfully, but these errors were encountered: