async fn methods and impl '_
elision do not interact correctly
#63500
Labels
A-async-await
Area: Async & Await
A-inference
Area: Type inference
A-lifetimes
Area: Lifetimes / regions
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
As reported by @cramertj, this example:
currently produces this error:
but it should work just fine.
The text was updated successfully, but these errors were encountered: