Function rustc_interface::interface::parse_check_cfg
source · pub(crate) fn parse_check_cfg(dcx: &DiagCtxt, specs: Vec<String>) -> CheckCfg
Expand description
Converts strings provided as --check-cfg [specs]
into a CheckCfg
.