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