Searched defs:LateLintPassObject (Results 1 – 2 of 2) sorted by relevance
252 pub type LateLintPassObject<'tcx> = Box<dyn LateLintPass<'tcx> + 'tcx>; typedef
577 impl LintPassObject for LateLintPassObject<'_> {} implementation