diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2022-12-27 11:03:59 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2022-12-29 09:13:40 -0800 |
| commit | 315bb10405ec6082f46c73791bed24a134a307c7 (patch) | |
| tree | f7a69119717688e098a0c3eb6dc2d8b0653e0a1a /tests/rustdoc-js-std/parser-errors.js | |
| parent | 24444945ec96dbe0dd593ed5bda57d22464a7106 (diff) | |
| download | rust-315bb10405ec6082f46c73791bed24a134a307c7.tar.gz rust-315bb10405ec6082f46c73791bed24a134a307c7.zip | |
Account for multiple multiline spans with empty padding
Instead of
```
LL | fn oom(
| __^
| | _|
| ||
LL | || ) {
| ||_-
LL | | }
| |__^
```
emit
```
LL | // fn oom(
LL | || ) {
| ||_-
LL | | }
| |__^
```
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions
