Skip to content

Commit 21240d3

Browse files
committed
Implement parsing gen fn
Generator functions were implemented in rust-lang/rust#118457, tracking issue rust-lang/rust#117078.
1 parent 3691201 commit 21240d3

File tree

4 files changed

+104477
-104410
lines changed

4 files changed

+104477
-104410
lines changed

grammar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ module.exports = grammar({
461461
'default',
462462
'const',
463463
'unsafe',
464+
'gen',
464465
$.extern_modifier,
465466
)),
466467

src/grammar.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)