From 8dc77403e738f2454a6e40bc35abf9288e94391c Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:50:12 +0800 Subject: [PATCH] adds nimHasImplicitRangeConversion --- compiler/condsyms.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index fcd4cf218e..28c3d2f309 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -175,3 +175,5 @@ proc initDefines*(symbols: StringTableRef) = defineSymbol("nimHasSetLengthSeqUninitMagic") defineSymbol("nimHasPreviewDuplicateModuleError") + defineSymbol("nimHasImplicitRangeConversion") +