Skip to content

Commit c50e271

Browse files
committed
---
yaml --- r: 276171 b: refs/heads/master c: 89d086b h: refs/heads/master i: 276169: 5dcd170 276167: f81761b
1 parent 9673f98 commit c50e271

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: 790043b44e0c078c0f80b16cd03d1aeac6ef242b
2+
refs/heads/master: 89d086be74d5ddf21d67f2a3c27a29cca2631bba
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
@@ -656,7 +656,7 @@ impl Level {
656656
fn color(self) -> term::color::Color {
657657
match self {
658658
Bug | Fatal | PhaseFatal | Error => term::color::BRIGHT_RED,
659-
Warning => term::color::BRIGHT_MAGENTA,
659+
Warning => term::color::YELLOW,
660660
Note => term::color::BRIGHT_GREEN,
661661
Help => term::color::BRIGHT_CYAN,
662662
Cancelled => unreachable!(),

0 commit comments

Comments
 (0)