Macro 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.
macro_rules! lint_array {
($($lint : expr), *,) => { ... };
($($lint : expr), *) => { ... };
}
Declares a static LintArray
and return it as an expression.