Function cargo::core::compiler::on_stderr_line
source ยท fn on_stderr_line(
state: &JobState<'_, '_>,
line: &str,
package_id: PackageId,
manifest_path: &Path,
target: &Target,
options: &mut OutputOptions,
) -> CargoResult<()>