This commit is contained in:
ringabout
2025-11-25 22:00:15 +08:00
parent 7d64465167
commit 7db358dac1

View File

@@ -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"