Function rustc_middle::mir::pretty::write_allocations
source · pub fn write_allocations<'tcx>(
tcx: TyCtxt<'tcx>,
body: &Body<'_>,
w: &mut dyn Write
) -> Result<()>
Expand description
Find all AllocId
s mentioned (recursively) in the MIR body and print their corresponding
allocations.