fn record_killed_borrows_for_local(
all_facts: &mut AllFacts,
borrow_set: &BorrowSet<'_>,
location_table: &LocationTable,
local: Local,
location: Location
)
Expand description
When recording facts for Polonius, records the borrows on the specified local as killed
.