Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_analysis/src/check/
Dcompare_impl_item.rs173 let impl_m_span = tcx.def_span(impl_m_def_id); in compare_method_predicate_entailment() localVariable
1236 let impl_m_span = tcx.def_span(impl_m.def_id); in compare_self_type() localVariable
1256 let impl_m_span = tcx.def_span(impl_m.def_id); in compare_self_type() localVariable