Function cargo::core::compiler::on_stderr_line_inner

source ยท
fn on_stderr_line_inner(
    state: &JobState<'_, '_>,
    line: &str,
    package_id: PackageId,
    manifest_path: &Path,
    target: &Target,
    options: &mut OutputOptions
) -> CargoResult<bool>
Expand description

Returns true if the line should be cached.