diff options
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/src/codegen/rust.ungram | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/codegen/rust.ungram b/xtask/src/codegen/rust.ungram index 8a3eb7b29..b6ec5d5e7 100644 --- a/xtask/src/codegen/rust.ungram +++ b/xtask/src/codegen/rust.ungram | |||
@@ -426,7 +426,7 @@ ExternItemList = | |||
426 | MetaItem = | 426 | MetaItem = |
427 | Path '=' AttrInput nested_meta_items:MetaItem* | 427 | Path '=' AttrInput nested_meta_items:MetaItem* |
428 | 428 | ||
429 | NominalDef = | 429 | AdtDef = |
430 | StructDef | 430 | StructDef |
431 | | EnumDef | 431 | | EnumDef |
432 | | UnionDef | 432 | | UnionDef |