Module rustc_mir_transform::coverage::spans
source · Modules§
- from_mir 🔒
Structs§
- Converts the initial set of coverage spans (one per MIR
Statement
orTerminator
) into a minimal set of coverage spans, using the BCB CFG to determine where it is safe and useful to:
Enums§
Functions§
- Extracts coverage-relevant spans from MIR, and associates them with their corresponding BCBs.