pub(super) fn load_target_triple(
gctx: &GlobalContext,
triple: &str,
) -> CargoResult<TargetConfig>
Expand description
Loads a single [target]
table for the given triple.
pub(super) fn load_target_triple(
gctx: &GlobalContext,
triple: &str,
) -> CargoResult<TargetConfig>
Loads a single [target]
table for the given triple.