From 0d744cccc2ecbaed6ba5663dba66bdd9a0f174b2 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 15 Dec 2017 16:46:27 +0100 Subject: [PATCH] make boostrapping work --- compiler/semtypes.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/semtypes.nim b/compiler/semtypes.nim index b633c87ab8..f2fda3453b 100644 --- a/compiler/semtypes.nim +++ b/compiler/semtypes.nim @@ -1620,6 +1620,7 @@ proc processMagicType(c: PContext, m: PSym) = rawAddSon(m.typ, newTypeS(tyNone, c)) of mPNimrodNode: incl m.typ.flags, tfTriggersCompileTime + of mException: discard else: localError(m.info, errTypeExpected) proc semGenericConstraints(c: PContext, x: PType): PType =