Function cargo::util::context::target::load_target_cfgs

source ยท
pub(super) fn load_target_cfgs(
    gctx: &GlobalContext
) -> CargoResult<Vec<(String, TargetCfgConfig)>>
Expand description

Loads all of the target.'cfg()' tables.