Function cargo::core::compiler::check_cfg_args
source · fn check_cfg_args(cx: &Context<'_, '_>, unit: &Unit) -> Vec<OsString>Expand description
Generates the --check-cfg arguments for the unit.
See unstable feature check-cfg.