Searched defs:impl_source (Results 1 – 2 of 2) sorted by relevance
53 let impl_source = selection.map(|predicate| { in codegen_select_candidate() localVariable73 let impl_source = infcx.resolve_vars_if_possible(impl_source); in codegen_select_candidate() localVariable74 let impl_source = infcx.tcx.erase_regions(impl_source); in codegen_select_candidate() localVariable
1752 let impl_source = match selcx.select(&trait_obligation) { in assemble_candidates_from_impls() localVariable