We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
test "anon struct initialization" { const SomeStruct = struct {x :f32, y:f32,}; var local: f32 = 25.0; const some_value = .{ SomeStruct{ .x = local, .y = 2 }, SomeStruct{ .x = 2, .y = 2 }, }; }
test "anon struct initialization"...Segmentation fault at address 0x7ff77b9167b8 0x7ff77b8839d4 in test "segfaulter 9000" (test.obj) SomeStruct{ .x = local, .y = 2 }, ^
Happens on 0.6.0 release build and master.
The text was updated successfully, but these errors were encountered:
Duplicate of #4597 and #3915.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Happens on 0.6.0 release build and master.
The text was updated successfully, but these errors were encountered: