Unexpected initial operand type
with async closures and FnOnce
#123251
Labels
A-async-await
Area: Async & Await
F-async_closure
`#![feature(async_closure)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Something is still wrong w/ async call shims. I think I'm not doing the
FnOnce
transform correctly or something.Putting this up so I don't forget about it, but I'll fix it.
The text was updated successfully, but these errors were encountered: