Function local_heap_ownership

Source
pub(crate) fn local_heap_ownership(
    local_heap_ownership: &BTreeMap<u32, MirHeapOwnership>,
    local: u32,
    context: &'static str,
) -> Result<MirHeapOwnership, LowerError>
Expand description

Resolve heap ownership policy metadata for a MIR local.