Context: https://zulip-archive.rust-lang.org/187780tcompilerwgllvm/51206DWARFdebuglinecolumnandutf8.html This is the same both gcc and clang are using. It is also a bit faster as there is no need to convert the `BytePos` from the `Span` to a `CharPos`.
Context: https://zulip-archive.rust-lang.org/187780tcompilerwgllvm/51206DWARFdebuglinecolumnandutf8.html
This is the same both gcc and clang are using. It is also a bit faster as there is no need to convert the
BytePosfrom theSpanto aCharPos.