pub fn get_async_closure_expr<'tcx>( tcx: TyCtxt<'tcx>, expr: &Expr<'_>, ) -> Option<&'tcx Expr<'tcx>>
Peels away all the compiler generated code surrounding the body of an async closure.