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
Similar to native match pattern for tuple structs, make matches_pattern enforce exhaustive field checks for tuple structs by default, to be suppressed by explicit .. at the end of the pattern.
This change is not backward-compatible since it enforces field exhaustiveness by default in the absence of a trailing `..` in the pattern.
Fixes#447
PiperOrigin-RevId: 705914628
0 commit comments