- Notifications
You must be signed in to change notification settings - Fork47
Unicode renderer: Use vertical ellipsis rather than double-dagger#337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
epage commentedOct 28, 2025
Thank you for looking to improve this. Unfortunately, this is a "not yet". The priority is matching rustc's output exactly until annotate-snippets is stable. We then need to figure out what is the process for making changes to the output (colors, shapes, etc). I've been abusing#308 as a place to record thoughts on evolving the output |
joshtriplett commentedOct 28, 2025
@epage Fair enough; we should fix this in rustc too, because it's the wrong symbol. :) |
The Unicode renderer used "‡", the double-dagger symbol, to ellipsizethe vertical bar to indicate elided lines.Use a vertical ellipsis instead.
The Unicode renderer used "‡", the double-dagger symbol, to ellipsize
the vertical bar to indicate elided lines.
Use a vertical ellipsis instead.