rust/compiler/rustc_parse
Nicholas Nethercote 73cc575177 Fix break_last_token.
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.
2024-09-23 09:14:30 +10:00
..
src Fix break_last_token. 2024-09-23 09:14:30 +10:00
Cargo.toml Avoid double-handling of attributes in collect_tokens. 2024-08-24 06:57:47 +10:00
messages.ftl Add Suggestions for Misspelled Keywords 2024-09-06 23:07:45 -04:00