Skip to content

Commit 4ab73bc

Browse files
committed
---
yaml --- r: 275914 b: refs/heads/borrowck-snippet c: 2136920 h: refs/heads/master
1 parent c566288 commit 4ab73bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ refs/tags/1.5.0: d8027afc009e55fb07776831094a13b1b64b6305
3939
refs/tags/1.6.0: 4fe6048e8dd100ec1c61a020d01f75046b42e818
4040
refs/tags/1.7.0: 2d2a9311cbe05eb47960489259e1e9408062c863
4141
refs/tags/1.8.0: 6bef00072dbaa86da9dc73b09f926cf67c696b39
42-
refs/heads/borrowck-snippet: 92ae84852c1b0ef1072c8fcb36febac7ba732afb
42+
refs/heads/borrowck-snippet: 2136920bca1c77dd75db3d4eb884f1b72ce8cbed

branches/borrowck-snippet/src/libsyntax/errors/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ impl Level {
659659
fn color(self) -> term::color::Color {
660660
match self {
661661
Bug | Fatal | PhaseFatal | Error => term::color::BRIGHT_RED,
662-
Warning => term::color::BRIGHT_YELLOW,
662+
Warning => term::color::BRIGHT_MAGENTA,
663663
Note => term::color::BRIGHT_GREEN,
664664
Help => term::color::BRIGHT_CYAN,
665665
Cancelled => unreachable!(),

0 commit comments

Comments
 (0)