Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Dbuiltin.rs779 pub struct MissingDebugImplementations { struct
783 impl_lint_pass!(MissingDebugImplementations => [MISSING_DEBUG_IMPLEMENTATIONS]); argument
785 impl<'tcx> LateLintPass<'tcx> for MissingDebugImplementations { implementation