mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
a8ff937b07
coverage: `CoverageIdsInfo::mcdc_bitmap_bytes` is never needed This code for recalculating `mcdc_bitmap_bytes` in a query doesn't provide any benefit, because its result won't have changed from the value in `FunctionCoverageInfo` that was computed during the MIR instrumentation pass. Extracted from #124571, to avoid having this held up by unrelated issues with condition count checks. `@rustbot` label +A-code-coverage
For more information about how rustc works, see the rustc dev guide.