Function cargo::ops::cargo_package::warn_on_nonexistent_file

source ยท
fn warn_on_nonexistent_file(
    pkg: &Package,
    path: &Path,
    manifest_key_name: &'static str,
    ws: &Workspace<'_>
) -> CargoResult<()>