async/await: cannot move out of captured variable in an Fn
closure
#59971
Labels
A-async-await
Area: Async & Await
A-closures
Area: Closures (`|…| { … }`)
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
fixed-by-async-closures
Fixed by `#![feature(async_closure)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hello,
recently faced with strange behavior, please comment, is this a bug, or not?
Compiler version: 1.35.0-nightly 2019-04-12 99da733
(Playground)(Updated Playground
Errors:
The text was updated successfully, but these errors were encountered: