diff options
Diffstat (limited to 'xtask/src/codegen')
-rw-r--r-- | xtask/src/codegen/rust.ungram | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xtask/src/codegen/rust.ungram b/xtask/src/codegen/rust.ungram index cb8a307fe..7c814240a 100644 --- a/xtask/src/codegen/rust.ungram +++ b/xtask/src/codegen/rust.ungram | |||
@@ -505,7 +505,7 @@ Pat = | |||
505 | | OrPat | 505 | | OrPat |
506 | | ParenPat | 506 | | ParenPat |
507 | | PathPat | 507 | | PathPat |
508 | | PlaceholderPat | 508 | | WildcardPat |
509 | | RangePat | 509 | | RangePat |
510 | | RecordPat | 510 | | RecordPat |
511 | | RefPat | 511 | | RefPat |
@@ -519,7 +519,7 @@ LiteralPat = | |||
519 | BindPat = | 519 | BindPat = |
520 | Attr* 'ref'? 'mut'? Name ('@' Pat)? | 520 | Attr* 'ref'? 'mut'? Name ('@' Pat)? |
521 | 521 | ||
522 | PlaceholderPat = | 522 | WildcardPat = |
523 | '_' | 523 | '_' |
524 | 524 | ||
525 | RangePat = | 525 | RangePat = |