rust/compiler/rustc_middle/src/query
León Orell Valerian Liehr bb8a20678c
Rollup merge of #134029 - Zalathar:zero, r=oli-obk
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.
2024-12-10 08:55:59 +01:00
..
erase.rs Querify MonoItem collection 2024-11-12 14:48:10 -05:00
keys.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00
mod.rs Rollup merge of #134029 - Zalathar:zero, r=oli-obk 2024-12-10 08:55:59 +01:00
on_disk_cache.rs Remove 'tcx lifetime from OnDiskCache 2024-12-06 18:41:50 +00:00
plumbing.rs Remove 'tcx lifetime from OnDiskCache 2024-12-06 18:41:50 +00:00