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
In case it's interesting at all, I worked around this issue by changing the recursive function arguments so they are known types rather than requiring recursive comptime evaluation.
Zig Version
0.12.0-dev.1396+f6de3ec96
Steps to Reproduce and Observed Behavior
Compile and run this program with
zig run main.zig
https://gist.github.com/MFAshby/e6c7ccb871b91f7b5e0ee8c99172cff7#file-main-zig
Output is this, the compiler gets a segfault:
Expected Behavior
Program to compile and run, or emit an error message if there is invalid code.
The text was updated successfully, but these errors were encountered: