Function cargo::ops::cargo_compile::packages::emit_package_not_found
source · fn emit_package_not_found(
ws: &Workspace<'_>,
opt_names: BTreeSet<String>,
opt_out: bool,
) -> CargoResult<()>
Expand description
Emits “package not found” error.