Skip to content

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