cargo::util::context::target

Function 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.