mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-11 22:58:12 +00:00

coverage: Prepare mappings separately from injecting statements These two tasks historically needed to be interleaved, but after various recent changes (including #116046 and #116917) they can now be fully separated. --- `@rustbot` label +A-code-coverage