File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/libsyntax/errors Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 790043b44e0c078c0f80b16cd03d1aeac6ef242b
2
+ refs/heads/master: 89d086be74d5ddf21d67f2a3c27a29cca2631bba
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -656,7 +656,7 @@ impl Level {
656
656
fn color ( self ) -> term:: color:: Color {
657
657
match self {
658
658
Bug | Fatal | PhaseFatal | Error => term:: color:: BRIGHT_RED ,
659
- Warning => term:: color:: BRIGHT_MAGENTA ,
659
+ Warning => term:: color:: YELLOW ,
660
660
Note => term:: color:: BRIGHT_GREEN ,
661
661
Help => term:: color:: BRIGHT_CYAN ,
662
662
Cancelled => unreachable ! ( ) ,
You can’t perform that action at this time.
0 commit comments