mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-23 13:28:48 +00:00

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.