mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
change color of warning to YELLOW
This commit is contained in:
parent
790043b44e
commit
89d086be74
@ -656,7 +656,7 @@ impl Level {
|
||||
fn color(self) -> term::color::Color {
|
||||
match self {
|
||||
Bug | Fatal | PhaseFatal | Error => term::color::BRIGHT_RED,
|
||||
Warning => term::color::BRIGHT_MAGENTA,
|
||||
Warning => term::color::YELLOW,
|
||||
Note => term::color::BRIGHT_GREEN,
|
||||
Help => term::color::BRIGHT_CYAN,
|
||||
Cancelled => unreachable!(),
|
||||
|
Loading…
Reference in New Issue
Block a user