Skip to content

Commit cef0d69

Browse files
committed
impl Parse for ExprAwait
1 parent 714f868 commit cef0d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/expr.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2279,6 +2279,7 @@ pub(crate) mod parsing {
22792279
impl_by_parsing_expr! {
22802280
ExprAssign, Assign, "expected assignment expression",
22812281
ExprAssignOp, AssignOp, "expected compound assignment expression",
2282+
ExprAwait, Await, "expected await expression",
22822283
ExprBinary, Binary, "expected binary operation",
22832284
ExprCall, Call, "expected function call expression",
22842285
ExprCast, Cast, "expected cast expression",

0 commit comments

Comments
 (0)