Static rustc_lint::internal::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
].