Function rustc_hir_typeck::upvar::adjust_for_non_move_closure

source ·
fn adjust_for_non_move_closure(
    place: Place<'_>,
    kind: UpvarCapture
) -> (Place<'_>, UpvarCapture)
Expand description

Adjust closure capture just that if taking ownership of data, only move data from enclosing stack frame.