Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Dlints.rs290 struct WalkAssocTypes<'a> { in add_to_diagnostic_with() struct
291 err: &'a mut rustc_errors::Diagnostic, in add_to_diagnostic_with()
293 impl Visitor<'_> for WalkAssocTypes<'_> { in add_to_diagnostic_with() implementation