]> git.lizzy.rs Git - rust.git/commit
auto merge of #15056 : alexcrichton/rust/issue-15043, r=kballard
authorbors <bors@rust-lang.org>
Fri, 20 Jun 2014 17:06:19 +0000 (17:06 +0000)
committerbors <bors@rust-lang.org>
Fri, 20 Jun 2014 17:06:19 +0000 (17:06 +0000)
commit43d193826000d22d0c2b5969f7b9b603f406f60f
treeee39ae1eaeb4a035ff8b04e0359cdcf7447fce2f
parent6750eb5a05042fe3fb84708909074f33ad86d3ec
parentf0c730b819939f691076fec85319a6d11fa7b67d
auto merge of #15056 : alexcrichton/rust/issue-15043, r=kballard

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