[][src]Macro rustc_ap_rustc_session::impl_lint_pass

macro_rules! impl_lint_pass {
    ($name:ident => [$($lint:expr),* $(,)?]) => { ... };
}

Implements LintPass for $name with the given list of Lint statics.