Module rustc_mir_transform::coverage
source · Modules
Structs
- Error 🔒A simple error message wrapper for
coverage::Error
s. - Inserts
StatementKind::Coverage
statements that either instrument the binary with injected counters, via intrinsicllvm.instrprof.increment
, and/or inject metadata used during codegen to construct the coverage map.
Functions
- Convert the Span into its file name, start line and column, and end line and column