We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36381e commit a0ccdcdCopy full SHA for a0ccdcd
compiler/ccgtypes.nim
@@ -721,7 +721,7 @@ proc genRecordFieldsAux(m: BModule; n: PNode,
721
# have to recurse via 'getTypeDescAux'. And not doing so prevents problems
722
# with heavily templatized C++ code:
723
if not isImportedCppType(rectype):
724
- let fieldType = field.loc.lode.typ.skipTypes(abstractInst)
+ let fieldType = field.loc.t.skipTypes(abstractInst)
725
var typ: Rope = ""
726
var isFlexArray = false
727
var initializer = ""
0 commit comments