[][src]Macro diagnostics::lint_array

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

Declare a static LintArray and return it as an expression.