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
The example is a reduction of a piece of code I have in my code base that used to work fine. It seems the change introduced in commit d8128c2 makes the compiler crash on this.
Expected Behavior
I would expect this piece of code to compile like it did before and not to crash the compiler.
I made sure to test with commit 1658e48 which is the commit before d8128c2 and with an older compiler version 0.11.0-dev.220+e7424d5d2 I had downloaded on my pc and with these version it works correctly.
The text was updated successfully, but these errors were encountered:
Zig Version
0.11.0-dev.1300+7cb2f9222
Steps to Reproduce and Observed Behavior
Trying to compile the following code snippet triggers a compiler crash
On windows the compiler crashes and just returns an error 253 without message.
Using a debug build of the compiler it returns the following error log:
The example is a reduction of a piece of code I have in my code base that used to work fine. It seems the change introduced in commit d8128c2 makes the compiler crash on this.
Expected Behavior
I would expect this piece of code to compile like it did before and not to crash the compiler.
I made sure to test with commit 1658e48 which is the commit before d8128c2 and with an older compiler version
0.11.0-dev.220+e7424d5d2
I had downloaded on my pc and with these version it works correctly.The text was updated successfully, but these errors were encountered: