bright white for the message, similar to clang
This commit is contained in:
parent
763d846dd3
commit
ed54999065
@ -213,7 +213,7 @@ fn print_diagnostic(topic: &str, lvl: level, msg: &str) {
|
||||
}
|
||||
|
||||
print_maybe_colored(fmt!("%s: ", diagnosticstr(lvl)), diagnosticcolor(lvl));
|
||||
stderr.write_str(fmt!("%s\n", msg));
|
||||
print_maybe_colored(fmt!("%s\n", msg), term::color::BRIGHT_WHITE);
|
||||
}
|
||||
|
||||
pub fn collect(messages: @mut ~[~str])
|
||||
|
Loading…
x
Reference in New Issue
Block a user