Mirror of
forum.nim-lang.org
index
6339 :: Compile fails but not nim check
[2020-05-14T22:55:18+02:00]
View Orginal
spip
(orginal)
[2020-05-14T22:55:18+02:00]
view original
I have a case where
nim c
fails with error message
Error: 'error' can only be used in compile-time context
while
nim check
succeeds with no errors? Aren't they using the same syntax validation code? How can it be?