Skip to content

Commit

Permalink
bright white for the message, similar to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenny222 authored and thestinger committed Jul 9, 2013
1 parent 763d846 commit ed54999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/diagnostic.rs
Expand Up @@ -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])
Expand Down

0 comments on commit ed54999

Please sign in to comment.