fn collect_miri<'tcx>(
    tcx: TyCtxt<'tcx>,
    alloc_id: AllocId,
    output: &mut MonoItems<'tcx>
)
Expand description

Scans the miri alloc in order to find function calls, closures, and drop-glue.