Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make matches_pattern support _ at the top level in tuple structs. #532

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

copybara-service[bot]
Copy link

Make matches_pattern support _ at the top level in tuple structs.

This change is not backward-compatible since:

  • Some things that previously fell back to match pattern matching now use match_pattern!'s specialized matching, which requires the matched object to implement Debug.

Toward #447

This change is not backward-compatible since:
* Some things that previously fell back to `match` pattern matching now use `match_pattern!`'s specialized matching, which requires the matched object to implement `Debug`.

Toward #447

PiperOrigin-RevId: 701969181
@copybara-service copybara-service bot merged commit a1e9bac into main Dec 2, 2024
@copybara-service copybara-service bot deleted the test_700889703 branch December 2, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant