mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() coverage: Use a query to find counters/expressions that must be zero As of #133446, this query (`coverage_ids_info`) determines which counter/expression IDs are unused. So with only a little extra work, we can take the code that was using that information to determine which coverage counters/expressions must be zero, and move that inside the query as well. There should be no change in compiler output. |
||
---|---|---|
.. | ||
counters | ||
spans | ||
counters.rs | ||
graph.rs | ||
mappings.rs | ||
mod.rs | ||
query.rs | ||
spans.rs | ||
tests.rs | ||
unexpand.rs |