match on not remembered structs gives weird error #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The fallback struct has no fields, but the match statement complains that the pattern has the wrong number of fields, for
tagged
structures.The match-expander should normally just use the patterns (to cause the expansion of what's inside them, in case they also have some non-remembered fields) without matching an actual struct (as it is not declared yet).