rust/compiler
Matthias Krüger be56dc037f
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 | |  }
   | |__^
   ```
2022-12-29 18:24:30 +01:00
..
2022-12-25 00:43:50 +01:00
2022-12-28 09:18:43 -05:00
2022-12-25 00:43:50 +01:00
2022-12-25 00:43:50 +01:00