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 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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: