pub unsafe fn retrieve_mir_body<'tcx>( tcx: TyCtxt<'tcx>, def_id: LocalDefId, ) -> Rc<BodyWithBorrowckFacts<'tcx>>
See the module level comment.