mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-11 15:41:59 +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.