Macro rustc_lint::expand_combined_early_lint_pass_methods [−][src]
macro_rules! expand_combined_early_lint_pass_methods {
($passes : tt,
[$($(#[$attr : meta]) * fn $name : ident($($param : ident : $arg : ty), *) ;)
*]) => { ... };
}