Skip to content

syntax: Parse GT tokens from >= and >>= #15056

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

Merged
merged 1 commit into from
Jun 20, 2014

Conversation

alexcrichton
Copy link
Member

The parser already has special logic for parsing > tokens from >>, and this
commit extends the logic to the acquiring a > from the >= and >>= tokens
as well.

Closes #15043

The parser already has special logic for parsing `>` tokens from `>>`, and this
commit extends the logic to the acquiring a `>` from the `>=` and `>>=` tokens
as well.

Closes rust-lang#15043
bors added a commit that referenced this pull request Jun 20, 2014
The parser already has special logic for parsing `>` tokens from `>>`, and this
commit extends the logic to the acquiring a `>` from the `>=` and `>>=` tokens
as well.

Closes #15043
@bors bors closed this Jun 20, 2014
@bors bors merged commit f0c730b into rust-lang:master Jun 20, 2014
@alexcrichton alexcrichton deleted the issue-15043 branch July 4, 2014 00:19
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.

Expand generic-parsing special cases to cover >= and >>=
3 participants