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

fix: Fix a bug in macro-by-example matching #19498

Closed

Conversation

ChayimFriedman2
Copy link
Contributor

We always consumed the largest glued punct we could find, even when the template required less than that.

Fixes #19497.

We always consumed the largest glued punct we could find, even when the template required less than that.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 1, 2025
@ChayimFriedman2 ChayimFriedman2 marked this pull request as draft April 1, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Leftover tokens in valid macro
2 participants