Expand description
Cargo workspace discovery and isolated owned-Rust frontend preparation.
Structs§
- Prepared
Rust Project - Rust
Preparation Timings - Where preparing the instrumented workspace spent its time, for
SUPERCOV_PHASE_TIMING=1.
Enums§
Functions§
- compiled_
source_ files - The workspace sources the build actually read, from the depinfo rustc
writes beside every artifact (
<artifact>.d: a make rule whose prerequisites are every file that went into it).Nonewhen no depinfo could be read, which means “do not prune”. - discover_
rust_ source_ files - Read-only Cargo workspace source discovery used by integrity checks. This deliberately shares the same path policy as transformation preparation.
- manifest_
token - prepare_
rust_ project