Skip to content

Commit d75e9ba

Browse files
committed
---
yaml --- r: 276152 b: refs/heads/master c: 71c6f81 h: refs/heads/master
1 parent b0575dc commit d75e9ba

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 41a652e0948d6cbcffa89a219b37a1e39ae619d4
2+
refs/heads/master: 71c6f813098a4e51344b7968022bbd946bad37be
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/libsyntax/errors/mod.rs

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

0 commit comments

Comments
 (0)