mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

It currently doesn't handle the three-char tokens `>>=` and `<<=` correctly. These can be broken twice, resulting in three individual tokens. This is a latent bug that currently doesn't cause any problems, but does cause problems for #124141, because that PR increases the usage of lazy token streams.