diff options
-rw-r--r-- | compiler/liftdestructors.nim (renamed from compiler/semasgn.nim) | 0 | ||||
-rw-r--r-- | compiler/semstmts.nim | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semasgn.nim b/compiler/liftdestructors.nim index 6b36dd6fb..6b36dd6fb 100644 --- a/compiler/semasgn.nim +++ b/compiler/liftdestructors.nim diff --git a/compiler/semstmts.nim b/compiler/semstmts.nim index 859856e48..e2f7b6303 100644 --- a/compiler/semstmts.nim +++ b/compiler/semstmts.nim @@ -339,7 +339,7 @@ proc checkNilable(c: PContext; v: PSym) = elif tfNotNil in v.typ.flags and tfNotNil notin v.astdef.typ.flags: message(c.config, v.info, warnProveInit, v.name.s) -include semasgn +include liftdestructors proc addToVarSection(c: PContext; result: PNode; orig, identDefs: PNode) = let L = identDefs.len |