Function rustc_session::config::parse_remap_path_prefix

source ·
fn parse_remap_path_prefix(
    early_dcx: &EarlyDiagCtxt,
    matches: &Matches,
    unstable_opts: &UnstableOptions
) -> Vec<(PathBuf, PathBuf)>