Searched defs:is_impl (Results 1 – 2 of 2) sorted by relevance
124 pub fn is_impl(self) -> bool { in is_impl() method
381 let is_impl = matches!(&node, hir::Node::ImplItem(_)); in add_to_diagnostic_with() localVariable