-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
static: doAssert false
gives importc error with --panics:on
#16499
Comments
1 task
Should we just keep the same behaviour as
|
ringabout
added a commit
to ringabout/Nim
that referenced
this issue
Dec 30, 2020
mildred
pushed a commit
to mildred/Nim
that referenced
this issue
Jan 11, 2021
ardek66
pushed a commit
to ardek66/Nim
that referenced
this issue
Mar 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example
Current Output
nim r --panics:on main
system/fatal.nim(41, 5) Error: cannot 'importc' variable at compile time; cstderr
Expected Output
a different CT error
Additional Information
devel 1.5.1 6d442a4
The text was updated successfully, but these errors were encountered: