Macro rustc_lint::early::expand_early_lint_pass_impl_methods[][src]

macro_rules! expand_early_lint_pass_impl_methods {
    ([$($(#[$attr : meta]) * fn $name : ident($($param : ident : $arg : ty), *) ;)
  *]) => { ... };
}