mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
65cf5d73ab
Currently `gather_active_jobs` and `gather_active_jobs_inner` do some of the work each. This commit changes things so that `gather_active_jobs` is just a thin wrapper around `gather_active_jobs_inner`. This paves the way for removing `gather_active_jobs` in the next commit.
For more information about how the query system works, see the rustc dev guide.