Function rustc_ty_utils::ty::issue33140_self_ty
source · fn issue33140_self_ty(
tcx: TyCtxt<'_>,
def_id: DefId
) -> Option<EarlyBinder<Ty<'_>>>
Expand description
If def_id
is an issue 33140 hack impl, returns its self type; otherwise, returns None
.
See ty::ImplOverlapKind::Issue33140
for more details.