Skip to content

Commit

Permalink
Merge branch 'master' into fix-expression
Browse files Browse the repository at this point in the history
  • Loading branch information
NTTVy03 committed Jan 18, 2025
2 parents 783f2a7 + e61edb2 commit c6dcb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/parser/src/grammar/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub fn block(p: &mut Parser) {
p.close(stmt_marker, StatementList);

p.expect(RCurly);

p.close(m, Block);

p.dec_rcurly();
Expand Down

0 comments on commit c6dcb66

Please sign in to comment.