Searched defs:span_of_impl (Results 1 – 2 of 2) sorted by relevance
2224 let span_of_impl = tcx.span_of_impl(def_id); in res_to_ty() localVariable
2613 pub fn span_of_impl(self, impl_def_id: DefId) -> Result<Span, Symbol> { in span_of_impl() method