pub(super) fn load_target_triple(
    config: &Config,
    triple: &str
) -> CargoResult<TargetConfig>
Expand description

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