Macro rustc_ap_rustc_lint_defs::lint_array[][src]

macro_rules! lint_array {
    ($($lint : expr), *,) => { ... };
    ($($lint : expr), *) => { ... };
}
Expand description

Declares a static LintArray and return it as an expression.