diff options
author | Aleksey Kladov <[email protected]> | 2020-07-29 18:22:15 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-29 18:22:15 +0100 |
commit | 76202a2c7371a6930db7b83af75c0f5a8ae1d061 (patch) | |
tree | 9b355311e2b9261c125f2c3a2a0f205b9d8e5da7 /xtask | |
parent | 3d28292157e1b6c9675ef64eddf53786c3e7dc5f (diff) |
Rename NomialDef -> AdtDef
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 |