-
-
Notifications
You must be signed in to change notification settings - Fork 312
Closed
Labels
BugSomething isn't workingSomething isn't workingFixed needs testingNeeds verification / testing that it now worksNeeds verification / testing that it now works
Milestone
Description
struct OwnedString
{
usz len;
char[*] data;
}
fn int main(String[] args)
{
OwnedString owned;
owned.data = {};
return 0;
}⚠️ The compiler encountered an unexpected error: "Should be unreachable".
- Function: expr_rewrite_to_const_zero(...)
- Source file: /build/45lfmbsavq2y7fc11airk0njnnp5j808-source/src/compiler/expr.c:706
🙏 Please consider taking the time to file an issue on GitHub, so that we can get it fixed:
https://github.com/c3lang/c3c/issues/new so that we can get it fixed.
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingFixed needs testingNeeds verification / testing that it now worksNeeds verification / testing that it now works