Align dbg!() and line!() output #58647
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Hello.
Please, consider this issue as a minor.
Output of dbg!() macro will be better if it will align source code line number. I found that line!() macro does it. I think it would be nice if this macro always emit 4 chars, because most source code files has less than 10k lines. Consider the example:
I guess this will be better:
or
Thank you.
The text was updated successfully, but these errors were encountered: