Searched defs:WalkAssocTypes (Results 1 – 1 of 1) sorted by relevance
290 struct WalkAssocTypes<'a> { in add_to_diagnostic_with() struct291 err: &'a mut rustc_errors::Diagnostic, in add_to_diagnostic_with()293 impl Visitor<'_> for WalkAssocTypes<'_> { in add_to_diagnostic_with() implementation