Skip to content

Commit

Permalink
impl Parse for ExprAwait
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 5, 2022
1 parent 714f868 commit cef0d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2279,6 +2279,7 @@ pub(crate) mod parsing {
impl_by_parsing_expr! {
ExprAssign, Assign, "expected assignment expression",
ExprAssignOp, AssignOp, "expected compound assignment expression",
ExprAwait, Await, "expected await expression",
ExprBinary, Binary, "expected binary operation",
ExprCall, Call, "expected function call expression",
ExprCast, Cast, "expected cast expression",
Expand Down

0 comments on commit cef0d69

Please sign in to comment.