fn make_ws_rustc_target<'cfg>(
    config: &'cfg Config,
    opts: &CompileOptions,
    source_id: &SourceId,
    pkg: Package
) -> CargoResult<(Workspace<'cfg>, Rustc, String)>