We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ee491 commit e46d8b4Copy full SHA for e46d8b4
src/libsyntax/diagnostic.rs
@@ -105,9 +105,9 @@ impl EmitterConfig {
105
},
106
true => SpanFormat {
107
single: '\u{25B2}', // BLACK UP-POINTING TRIANGLE
108
- begin: '\u{2517}', // BOX DRAWINGS HEAVY UP AND RIGHT
109
- middle: '\u{2501}', // BOX DRAWINGS HEAVY HORIZONTAL
110
- end: '\u{251B}', // BOX DRAWINGS HEAVY UP AND LEFT
+ begin: '\u{2514}', // BOX DRAWINGS LIGHT UP AND RIGHT
+ middle: '\u{2500}', // BOX DRAWINGS LIGHT HORIZONTAL
+ end: '\u{2518}', // BOX DRAWINGS LIGHT UP AND LEFT
111
112
}
113
0 commit comments