Function local_repr

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

Resolve the storage/runtime representation for a MIR local.