I'm trying to avoid the copy of an object but the compiler doesn't let me. I'm 
using --gc:arc on #devel.

...nim-#devel/lib/core/macros.nim(557, 1) Error: 'x' is of type <var XT> which 
cannot be captured as it would violate memory safety, declared here: ...

lent only works with return types and var wouldn't be good anyway because I 
need it to be a constant.

Reply via email to