Function desugar_await

Source
pub fn desugar_await<'tcx>(expr: &'tcx Expr<'_>) -> Option<&'tcx Expr<'tcx>>
Expand description

If expr is a desugared .await, return the original expression if it does not come from a macro expansion.