pub fn desugar_await<'tcx>(expr: &'tcx Expr<'_>) -> Option<&'tcx Expr<'tcx>>
If expr is a desugared .await, return the original expression if it does not come from a macro expansion.
expr
.await