diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-29 18:40:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-29 18:40:56 +0100 |
commit | 17126b9827dcec89bbe07add455a4ad893db58fa (patch) | |
tree | 9b355311e2b9261c125f2c3a2a0f205b9d8e5da7 /xtask/src/codegen | |
parent | 2dfda0b984c45946b9a4148bd848350deac544f2 (diff) | |
parent | 76202a2c7371a6930db7b83af75c0f5a8ae1d061 (diff) |
Merge #5573
5573: Rename NomialDef -> AdtDef r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/src/codegen')
-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 |