pub(super) fn load_target_cfgs(
gctx: &GlobalContext,
) -> CargoResult<Vec<(String, TargetCfgConfig)>>
Expand description
Loads all of the target.'cfg()'
tables.
pub(super) fn load_target_cfgs(
gctx: &GlobalContext,
) -> CargoResult<Vec<(String, TargetCfgConfig)>>
Loads all of the target.'cfg()'
tables.