fn resolve_assoc_on_simple_type<'tcx>(
tcx: TyCtxt<'tcx>,
ty_def_id: DefId,
item_ident: Ident,
ns: Namespace,
module_id: DefId,
) -> Vec<(Res, DefId)>Expand description
“Simple” i.e. an ADT, foreign type, etc. – not a type alias, primitive type, or other trickier type.