Macro rustc_lint::late::expand_late_lint_pass_impl_methods[][src]

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