Function rustc_mir_build::build::construct_fn
source · [−]fn construct_fn<'tcx>(
tcx: TyCtxt<'tcx>,
fn_def: WithOptConstParam<LocalDefId>,
thir: &Thir<'tcx>,
expr: ExprId
) -> Body<'tcx>
Expand description
the main entry point for building MIR for a function