mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
coverage: Split out counter increment sites from BCB node/edge counters This makes it possible for two nodes/edges in the coverage graph to share the same counter, without causing the instrumentor to inject unwanted duplicate counter-increment statements. --- ````@rustbot```` label +A-code-coverage