mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
6f1ca8d9eb
This query has a name that sounds general-purpose, but in fact it has coverage-specific semantics, and (fortunately) is only used by coverage code. Because it is only ever called once (from one designated CGU), it doesn't need to be a query, and we can change it to a regular function instead.