pub(crate) fn parse_check_cfg(
dcx: DiagCtxtHandle<'_>,
specs: Vec<String>,
) -> CheckCfgExpand description
Converts strings provided as --check-cfg [specs] into a CheckCfg.
pub(crate) fn parse_check_cfg(
dcx: DiagCtxtHandle<'_>,
specs: Vec<String>,
) -> CheckCfgConverts strings provided as --check-cfg [specs] into a CheckCfg.