Skip to content

Commit ed54999

Browse files
Lenny222thestinger
authored andcommitted
bright white for the message, similar to clang
1 parent 763d846 commit ed54999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/diagnostic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ fn print_diagnostic(topic: &str, lvl: level, msg: &str) {
213213
}
214214

215215
print_maybe_colored(fmt!("%s: ", diagnosticstr(lvl)), diagnosticcolor(lvl));
216-
stderr.write_str(fmt!("%s\n", msg));
216+
print_maybe_colored(fmt!("%s\n", msg), term::color::BRIGHT_WHITE);
217217
}
218218

219219
pub fn collect(messages: @mut ~[~str])

0 commit comments

Comments
 (0)