rustc_borrowck::polonius::legacy::loan_kills

Function emit_loan_kills

Source
pub(super) fn emit_loan_kills<'tcx>(
    tcx: TyCtxt<'tcx>,
    facts: &mut AllFacts,
    body: &Body<'tcx>,
    location_table: &LocationTable,
    borrow_set: &BorrowSet<'tcx>,
)
Expand description

Emit loan_killed_at and cfg_edge facts at the same time.