diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-12-11 21:49:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-11 21:49:08 +0100 |
commit | bb1ce398af37ddd75fcac611ee993c85e956154e (patch) | |
tree | d3677e58b8265f992eec8fe24303148da8f408f8 /compiler/cgen.nim | |
parent | f18fcf65b3a61b1960c14aa9503eea34fee76492 (diff) | |
parent | f3ecc15a94c12b149f0665d250af1d71dd128721 (diff) | |
download | Nim-bb1ce398af37ddd75fcac611ee993c85e956154e.tar.gz |
Merge pull request #9881 from timotheecour/pr_ref_9880
refs #9880 show index and bound in lots of `index out of bounds` errors
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r-- | compiler/cgen.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim index 3545edc88..457a6e176 100644 --- a/compiler/cgen.nim +++ b/compiler/cgen.nim @@ -16,6 +16,8 @@ import condsyms, rodutils, renderer, idgen, cgendata, ccgmerge, semfold, aliases, lowerings, tables, sets, ndi, lineinfos, pathutils, transf +import system/helpers2 + when not defined(leanCompiler): import semparallel |