mirror of
https://github.com/status-im/nim-stew.git
synced 2025-01-09 11:45:42 +00:00
[recordFields] discriminator fields will be indicated by non-nil caseField and nil caseBranch
This commit is contained in:
parent
cb9b6735ac
commit
3c57ca7555
@ -84,7 +84,7 @@ iterator recordFields*(typeImpl: NimNode): FieldDescription =
|
|||||||
else:
|
else:
|
||||||
doAssert false
|
doAssert false
|
||||||
|
|
||||||
recuseInto newTree(nnkRecCase, n[0])
|
recuseInto newTree(nnkRecCase, n[0]), n[0]
|
||||||
continue
|
continue
|
||||||
|
|
||||||
of nnkIdentDefs:
|
of nnkIdentDefs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user