fn emit_package_not_found(
    ws: &Workspace<'_>,
    opt_names: BTreeSet<&str>,
    opt_out: bool
) -> CargoResult<()>
Expand description

Emits “package not found” error.