mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:06:09 +00:00
Previously, we assumed all `ty::Coroutine` were general coroutines and attempted to generalize them through the `Coroutine` trait. Select appropriate traits for each kind of coroutine.