Macro rustc_lint_defs::impl_lint_pass [−][src]
macro_rules! impl_lint_pass {
($ty : ty => [$($lint : expr), * $(,) ?]) => { ... };
}
Expand description
Implements LintPass for $ty
with the given list of Lint
statics.
macro_rules! impl_lint_pass {
($ty : ty => [$($lint : expr), * $(,) ?]) => { ... };
}
Implements LintPass for $ty
with the given list of Lint
statics.