fn resolve_associated_item<'tcx>(
tcx: TyCtxt<'tcx>,
root_res: Res,
item_name: Symbol,
ns: Namespace,
disambiguator: Option<Disambiguator>,
module_id: DefId,
) -> Vec<(Res, DefId)>Expand description
Resolve an associated item, returning its containing page’s Res
and the fragment targeting the associated item on its page.