Function cargo::ops::cargo_test::no_fail_fast_err

source ยท
fn no_fail_fast_err(
    ws: &Workspace<'_>,
    opts: &CompileOptions,
    errors: &[UnitTestError]
) -> CliResult
Expand description

Returns the CliError when using --no-fail-fast and there is at least one error.