rust/src/test/ui/alloc-error
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
..
alloc-error-handler-bad-signature-1.rs Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
alloc-error-handler-bad-signature-1.stderr Account for multiple multiline spans with empty padding 2022-12-29 09:13:40 -08:00
alloc-error-handler-bad-signature-2.rs Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
alloc-error-handler-bad-signature-2.stderr Account for multiple multiline spans with empty padding 2022-12-29 09:13:40 -08:00
alloc-error-handler-bad-signature-3.rs Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
alloc-error-handler-bad-signature-3.stderr Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
default-alloc-error-hook.rs handle core dumps output in qemu user mode 2022-10-18 09:56:32 +02:00