The weird thing is, I'm getting this at debug.print() / log.error() statements that worked before (before unrelated code changes). The operand is just a simple value (f64). It's probably something simple that I just don't realise ๐คทโโ๏ธ
I tried changing the operands (in .{}) towards "try operand" -> but then I get a compilation error that the operand is not an error union type (which it indeed isn't, as it's a simple f64).
I have been messing around with memory allocation in an unrelated part of the code, but don't understand how that can affect trying to print something.
Is there anyone that has experienced something similar and knows how to fix this?