Function cargo::core::compiler::standard_lib::resolve_std
source · pub fn resolve_std<'cfg>(
ws: &Workspace<'cfg>,
target_data: &mut RustcTargetData<'cfg>,
build_config: &BuildConfig,
crates: &[String]
) -> CargoResult<(PackageSet<'cfg>, Resolve, ResolvedFeatures)>
Expand description
Resolve the standard library dependencies.