Files
rust/compiler/rustc_errors/src
Esteban Küber af74ca0666 Account for multiple multiline spans with empty padding
Instead of

```
LL |    fn oom(
   |  __^
   | | _|
   | ||
LL | || ) {
   | ||_-
LL | |  }
   | |__^
```

emit

```
LL | // fn oom(
LL | || ) {
   | ||_-
LL | |  }
   | |__^
   ```
2022-12-29 09:13:40 -08:00
..
2022-10-19 00:08:20 +02:00
2022-12-01 17:34:43 +00:00
2022-12-25 17:32:26 +01:00
2020-08-30 18:45:07 +03:00
2021-03-27 22:16:33 -04:00
2022-03-30 01:39:38 -04:00