mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
62ab4b6160
To generate a function coverage we need at least one coverage counter, so a coverage from unreachable blocks is retained only when some live counters remain. The previous implementation incorrectly retained unreachable coverage, because it didn't account for the fact that those live counters can belong to another function due to inlining. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |