pub fn measure_line_exempt_rust(
root: &Path,
thresholds: RustThresholds,
ignore: &[String],
exempt_lines: &BTreeMap<String, BTreeSet<u32>>,
features: &[String],
) -> Result<Outcome>Expand description
Rust twin of measure_line_exempt: the cargo llvm-cov regions/lines metrics over
every measured line except the exempt_lines. ignore is the whole-file exemptions.