File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/borrowck-snippet/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 @@ -39,4 +39,4 @@ refs/tags/1.5.0: d8027afc009e55fb07776831094a13b1b64b6305
39
39
refs/tags/1.6.0: 4fe6048e8dd100ec1c61a020d01f75046b42e818
40
40
refs/tags/1.7.0: 2d2a9311cbe05eb47960489259e1e9408062c863
41
41
refs/tags/1.8.0: 6bef00072dbaa86da9dc73b09f926cf67c696b39
42
- refs/heads/borrowck-snippet: 92ae84852c1b0ef1072c8fcb36febac7ba732afb
42
+ refs/heads/borrowck-snippet: 2136920bca1c77dd75db3d4eb884f1b72ce8cbed
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ impl Level {
659
659
fn color ( self ) -> term:: color:: Color {
660
660
match self {
661
661
Bug | Fatal | PhaseFatal | Error => term:: color:: BRIGHT_RED ,
662
- Warning => term:: color:: BRIGHT_YELLOW ,
662
+ Warning => term:: color:: BRIGHT_MAGENTA ,
663
663
Note => term:: color:: BRIGHT_GREEN ,
664
664
Help => term:: color:: BRIGHT_CYAN ,
665
665
Cancelled => unreachable ! ( ) ,
You can’t perform that action at this time.
0 commit comments