mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 07:44:23 +00:00
Remove movability from `TyKind::Coroutine` There's no reason to store movability in the generator struct directly. It is computed from the HIR, and can be pulled into a query to access when necessary.