mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
d2f0df7713
Force the inner coroutine of an async closure to `move` if the outer closure is `move` and `FnOnce` See the detailed comment in `upvar.rs`. Fixes #124867. Fixes #124487. r? oli-obk