Function cargo::util::context::target::load_target_triple

source ยท
pub(super) fn load_target_triple(
    gctx: &GlobalContext,
    triple: &str
) -> CargoResult<TargetConfig>
Expand description

Loads a single [target] table for the given triple.