From 7db358dac1fa5644153c5291937ec76444067bec Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 25 Nov 2025 22:00:15 +0800 Subject: [PATCH] oops --- lib/system.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system.nim b/lib/system.nim index a5ccb74f28..67714169ea 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -554,7 +554,7 @@ type ## Abstract class for all exceptions that are catchable. when defined(nimStackTraceOverride): - proc `=copy`*(x: StackTraceEntry) {.error.} + proc `=copy`*(x: var StackTraceEntry, y: StackTraceEntry) {.error.} when defined(nimIcIntegrityChecks): include "system/exceptions"