Can't use anonymous struct literal as default value for struct #3672
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
stage1
The process of building from source via WebAssembly and the C backend.
Milestone
I'm trying to use an anonymous struct literal (which is a super cool feature btw 😄) to provide a default value for a struct field:
which results in the following error:
The text was updated successfully, but these errors were encountered: