rustc_lint::context::diagnostics::check_cfg

Function to_check_cfg_arg

source
fn to_check_cfg_arg(
    name: Ident,
    value: Option<Symbol>,
    quotes: EscapeQuotes,
) -> String