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.
2 parents 26c28ee + 935fdb6 commit e2ae91bCopy full SHA for e2ae91b
compiler/rustc_errors/src/emitter.rs
@@ -2988,7 +2988,7 @@ impl HumanEmitter {
2988
fn secondary_file_start(&self) -> &'static str {
2989
match self.theme {
2990
OutputTheme::Ascii => "::: ",
2991
- OutputTheme::Unicode => " ⸬ ",
+ OutputTheme::Unicode => " ⸬ ",
2992
}
2993
2994
tests/ui/error-emitter/close_window.unicode.stderr
@@ -4,7 +4,7 @@ error[E0624]: method `method` is private
4
LL │ s.method();
5
│ ━━━━━━ private method
6
│
7
- ⸬ $DIR/auxiliary/close_window.rs:3:5
+ ⸬ $DIR/auxiliary/close_window.rs:3:5
8
9
LL │ fn method(&self) {}
10
╰╴ ──────────────── private method defined here
0 commit comments