Searched defs:MissingDebugImplementations (Results 1 – 1 of 1) sorted by relevance
779 pub struct MissingDebugImplementations { struct783 impl_lint_pass!(MissingDebugImplementations => [MISSING_DEBUG_IMPLEMENTATIONS]); argument785 impl<'tcx> LateLintPass<'tcx> for MissingDebugImplementations { implementation