You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the code does not build because the CreateType function returns an error type. I think it is expected to not compile.
The problem is that the error message from the compiler does not help to find this issue.
Zig Version
0.9.1
Steps to Reproduce
Compile the following code.
Note that the code does not build because the
CreateType
function returns an error type. I think it is expected to not compile.The problem is that the error message from the compiler does not help to find this issue.
A repo is available here https://github.com/ArnaudValensi/zig-silent-fail
Expected Behavior
It should display a meaningful error with file and line number.
Actual Behavior
Instead we have this:
The text was updated successfully, but these errors were encountered: