Files
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-06 14:45:58 +00: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-10-16 15:10:40 +01:00
2022-10-23 10:09:44 +02:00
2022-12-25 00:43:50 +01:00