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
Compilation should either succeed (which it does for non-recursive code, or if comptime is added to the arg), or terminate with an error about function labels being comptime-only (which may be the actual correct behaviour)
The text was updated successfully, but these errors were encountered:
Zig Version
0.11.0-dev.86+b83e4d965
Steps to Reproduce and Observed Behavior
Compiling with
zig build-exe
does not terminateExpected Behavior
Compilation should either succeed (which it does for non-recursive code, or if
comptime
is added to the arg), or terminate with an error about function labels being comptime-only (which may be the actual correct behaviour)The text was updated successfully, but these errors were encountered: