Function collect_ref_locals

Source
pub(crate) fn collect_ref_locals(
    function: &MirFunction,
) -> (HashSet<MirLocalId>, HashSet<MirLocalId>)