Home
last modified time | relevance | path

Searched defs:LateLintPassObject (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_lint/src/
Dpasses.rs252 pub type LateLintPassObject<'tcx> = Box<dyn LateLintPass<'tcx> + 'tcx>; typedef
Dcontext.rs577 impl LintPassObject for LateLintPassObject<'_> {} implementation