diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-12-29 18:24:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-29 18:24:30 +0100 |
| commit | be56dc037fac13baba66a13021243a02ec75f8a5 (patch) | |
| tree | 9d24dfe050d5f14557c624278a1bc5b6ca476b30 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | 10374d3807e18ff5a62699c7700a08d0cb647d1e (diff) | |
| parent | af74ca0666814e6c448259f2ab796435ababb664 (diff) | |
| download | rust-be56dc037fac13baba66a13021243a02ec75f8a5.tar.gz rust-be56dc037fac13baba66a13021243a02ec75f8a5.zip | |
Rollup merge of #106190 - estebank:multiline-start-tweak, r=jackh726
Account for multiple multiline spans with empty padding
Instead of
```
LL | fn oom(
| __^
| | _|
| ||
LL | || ) {
| ||_-
LL | | }
| |__^
```
emit
```
LL | // fn oom(
LL | || ) {
| ||_-
LL | | }
| |__^
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
