Function rustc_monomorphize::collector::collect_alloc
source · fn collect_alloc<'tcx>(
tcx: TyCtxt<'tcx>,
alloc_id: AllocId,
output: &mut Vec<Spanned<MonoItem<'tcx>>>
)
Expand description
Scans the CTFE alloc in order to find function calls, closures, and drop-glue.