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