Skip to main content

drop_flag_effects_for_function_entry

Function drop_flag_effects_for_function_entry 

Source
pub fn drop_flag_effects_for_function_entry<'tcx, F>(
    body: &Body<'tcx>,
    move_data: &MoveData<'tcx>,
    callback: F,
)
Expand description

Calls callback for each child move path of the function’s arguments. Note the move paths’ DropFlagState argument to the callback will always be DropFlagState::Present.