Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compiler/rustc_mir_dataflow/src/drop_flag_effects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ pub fn on_all_children_bits<'tcx, F>(
on_all_children_bits(move_data, move_path_index, &mut each_child);
}

/// 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`.
pub fn drop_flag_effects_for_function_entry<'tcx, F>(
body: &Body<'tcx>,
move_data: &MoveData<'tcx>,
Expand Down
Loading
Loading