Skip to main content

cargo_build

Function cargo_build 

Source
fn cargo_build(
    repo_root: &Path,
    package: &str,
    profile: &str,
    interrupted: &AtomicBool,
) -> (bool, String)
Expand description

cargo build the candidate. Returns (ok, combined stdout+stderr).