about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2024-09-23 07:54:44 -0700
committerGitHub <noreply@github.com>2024-09-23 07:54:44 -0700
commit515bdcda01fb56609600d2f6214a382511046341 (patch)
tree41f42d29a541b649c309c979566c2af04f3ef361 /compiler/rustc_codegen_gcc
parentc58e3cb1e2b61be57149c84ca8cce82a9eb37fd4 (diff)
parent73cc5751773d4c49cc9d938548762520037926ba (diff)
downloadrust-515bdcda01fb56609600d2f6214a382511046341.tar.gz
rust-515bdcda01fb56609600d2f6214a382511046341.zip
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`
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions