Mark Spanbroek 22f2c9761a Disable warning about DotLikeOps
Give a clear compiler error when questionable
is used with the -d:nimPreviewDotLikeOps flag.

Reason: the option is likely to be deprecated
or removed. More info:
https://github.com/nim-lang/Nim/pull/19919
2022-08-10 13:28:52 +02:00

3 lines
96 B
Nim

when defined(nimPreviewDotLikeOps):
{.error: "DotLikeOps are not supported by questionable".}