mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
aeafbbeded
Encode `coroutine_for_closure` for foreign crates Async closures (and "coroutine closures" in general) need to have their child coroutine encoded. This PR does that. r? oli-obk