about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-12-29 18:24:30 +0100
committerGitHub <noreply@github.com>2022-12-29 18:24:30 +0100
commitbe56dc037fac13baba66a13021243a02ec75f8a5 (patch)
tree9d24dfe050d5f14557c624278a1bc5b6ca476b30 /compiler/rustc_codegen_llvm/src/errors.rs
parent10374d3807e18ff5a62699c7700a08d0cb647d1e (diff)
parentaf74ca0666814e6c448259f2ab796435ababb664 (diff)
downloadrust-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