[][src]Macro rustc_ap_rustc_lint_defs::lint_array

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

Declares a static LintArray and return it as an expression.