When you use Nim with a simple nimble project, just the Hello World template I get these errors.
nim-1.6.8@[email protected]:4466:93: error: too many
arguments to function call, expected single argument '_Buf', have 2 arguments
TM__Q5wkpxktOdTGvlSRo9bzt9aw_26.status = _setjmp(TM__Q5wkpxktOdTGvlSRo9bzt9aw_26.context, 0);
This happens when Nim is set to compile with either MSVC or Clang (x86_64-unknown-windows-msvc). It seems like this is a known error, https://github.com/nim-lang/Nim/issues/19957. This bug seems to be over 4 months old and a fix should have been in by now.
Any ideas?