fn pointer_origin_param_local<'tcx>(
tcx: TyCtxt<'tcx>,
caller: DefId,
place: &PlaceKey,
forward: &ForwardVisitResult<'tcx>,
) -> Option<usize>Expand description
Finds the caller argument local that originally produced a pointer place.