pub(crate) fn local_repr( local_reprs: &BTreeMap<u32, MirLocalRepr>, local: u32, context: &'static str, ) -> Result<MirLocalRepr, LowerError>
Resolve the storage/runtime representation for a MIR local.