(&self)
| 615 | |
| 616 | let implemented_trait_def_id = assoc_item |
| 617 | .impl_container(tcx) |
| 618 | .and_then(|impl_def_id| tcx.impl_opt_trait_ref(impl_def_id)) |
| 619 | .map(|trait_ref| { |
| 620 | trait_ref |
| 621 | .instantiate(tcx, instance.args) |
| 622 | .skip_norm_wip() |
no outgoing calls
no test coverage detected