fn no_fail_fast_err(
ws: &Workspace<'_>,
opts: &CompileOptions,
errors: &[UnitTestError],
) -> CliResultExpand description
Returns the CliError when using --no-fail-fast and there is at least
one error.
fn no_fail_fast_err(
ws: &Workspace<'_>,
opts: &CompileOptions,
errors: &[UnitTestError],
) -> CliResultReturns the CliError when using --no-fail-fast and there is at least
one error.