rustc_borrowck::polonius::legacy

Function emit_move_facts

Source
fn emit_move_facts(
    facts: &mut AllFacts,
    body: &Body<'_>,
    location_table: &LocationTable,
    move_data: &MoveData<'_>,
)
Expand description

Emit facts needed for move/init analysis: moves and assignments.