mirror of
https://github.com/logos-storage/questionable.git
synced 2026-01-11 10:13:08 +00:00
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
3 lines
96 B
Nim
3 lines
96 B
Nim
when defined(nimPreviewDotLikeOps):
|
|
{.error: "DotLikeOps are not supported by questionable".}
|