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