rust/compiler/rustc_parse
Jubilee 515bdcda01
Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov
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.

r? `@petrochenkov`
2024-09-23 07:54:44 -07:00
..
src Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov 2024-09-23 07:54:44 -07:00
Cargo.toml Avoid double-handling of attributes in collect_tokens. 2024-08-24 06:57:47 +10:00
messages.ftl Parser: recover from ::: to :: 2024-09-21 20:07:52 +03:00