mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
cdd545be1b
Move coroutine_by_move_body_def_id into the big check_crate body owner loop This avoids starting a parallel loop in sequence and instead runs all the queries for a specific DefId together.