fn trim_paths_args(
    cmd: &mut ProcessBuilder,
    cx: &Context<'_, '_>,
    unit: &Unit,
    trim_paths: &TomlTrimPaths
) -> CargoResult<()>
Expand description

Generates the --remap-path-scope and --remap-path-prefix for RFC 3127. See also unstable feature -Ztrim-paths.