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