Searched defs:impl_bounds (Results 1 – 3 of 3) sorted by relevance
1526 let impl_bounds = self.tcx.predicates_of(impl_def_id); in consider_probe() localVariable1527 let impl_bounds = impl_bounds.instantiate(self.tcx, substs); in consider_probe() localVariable
1625 let impl_bounds = tcx.predicates_of(impl_).instantiate(tcx, impl_substs); in lookup_inherent_assoc_ty() localVariable1626 let impl_bounds = ocx.normalize(&cause, param_env, impl_bounds); in lookup_inherent_assoc_ty() localVariable
1136 let mut impl_bounds = 0; in check_region_bounds_on_impl_item() localVariable