rustc::lint::LintPassObject[src]

type LintPassObject = Box<LintPass + 'static>;

A lint pass boxed up as a trait object.