Function rustc_mir_dataflow::debuginfo::debuginfo_locals
source ยท pub fn debuginfo_locals(body: &Body<'_>) -> BitSet<Local>
Expand description
Return the set of locals that appear in debuginfo.
pub fn debuginfo_locals(body: &Body<'_>) -> BitSet<Local>
Return the set of locals that appear in debuginfo.