mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 13:16:15 +00:00
Remove coroutine info when building coroutine drop body Coroutine drop shims are not themselves coroutines, so erase the "`coroutine`" field from the body so that helper fns like `yield_ty` and `coroutine_kind` properly return `None` for the drop shim.