mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 23:05:45 +00:00
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