fn collect_neighbours<'tcx>(
    tcx: TyCtxt<'tcx>,
    instance: Instance<'tcx>,
    output: &mut MonoItems<'tcx>
)
Expand description

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