fn adjust_for_move_closure(
place: Place<'_>,
kind: UpvarCapture,
) -> (Place<'_>, UpvarCapture)
Expand description
Truncate deref of any reference.
fn adjust_for_move_closure(
place: Place<'_>,
kind: UpvarCapture,
) -> (Place<'_>, UpvarCapture)
Truncate deref of any reference.