提交 ed549990 编写于 作者: L Lenny222 提交者: Daniel Micay

bright white for the message, similar to clang

上级 763d846d
......@@ -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])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册