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

adding hashmap::find_or_insert, and other misc cleanups #4880

Closed
wants to merge 3 commits into from

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Feb 10, 2013

No description provided.

@bors bors closed this Feb 13, 2013
calebcartwright added a commit to calebcartwright/rust that referenced this pull request Jul 26, 2021
In the event a pattern starts with a leading pipe
the pattern span will contain, and begin with, the pipe.

This updates the process to see if a match arm contains
a leading pipe by leveraging this recent(ish) change to
the patterns in the AST, and avoids an indexing bug that
occurs when a pattern starts with a non-ascii char in the
old implementation.
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.

3 participants