Expand description
Compiler-based verification: locate the crate manifest and run cargo check.
Structs§
- Check
Result - Result of a
cargo checkrun.
Functions§
- cargo_
check - Run
cargo checkinmanifest_dir.all_targetsalso checks tests/examples/benches. - error_
excerpt - Keep only the most relevant tail of a cargo error log for reporting.
- find_
manifest_ dir - Walk upward from
startto find the directory containingCargo.toml.