rustc_lint::internal

Static LINT_PASS_IMPL_WITHOUT_MACRO

Source
pub static LINT_PASS_IMPL_WITHOUT_MACRO: &Lint
Expand description

The lint_pass_impl_without_macro detects manual implementations of a lint pass, without using [declare_lint_pass] or [impl_lint_pass].