mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-16 08:04:20 +00:00
This reverts commit fbb9ce4d5c.
This commit is contained in:
@@ -2831,5 +2831,4 @@ proc arrayWith*[T](y: T, size: static int): array[size, T] {.raises: [].} =
|
||||
when nimvm:
|
||||
result[i] = y
|
||||
else:
|
||||
{.cast(raises: []).}: # TODO: fixme bug #23129
|
||||
result[i] = `=dup`(y)
|
||||
result[i] = `=dup`(y)
|
||||
|
||||
Reference in New Issue
Block a user