about summary refs log tree commit diff
diff options
context:
space:
mode:
authortamaron <tamaron1203@gmail.com>2022-08-21 17:26:39 +0900
committertamaron <tamaron1203@gmail.com>2022-08-21 17:26:39 +0900
commitf7a376e4fce60826582efa91c3cfdce80158399f (patch)
tree7ae21687f626375da41eeb81293cad7fec554003
parent45084eeefb4edb981ce437c7fee6a07e61ff224b (diff)
downloadrust-f7a376e4fce60826582efa91c3cfdce80158399f.tar.gz
rust-f7a376e4fce60826582efa91c3cfdce80158399f.zip
Update needless_match.stderr
-rw-r--r--tests/ui/needless_match.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/needless_match.stderr b/tests/ui/needless_match.stderr
index a173bbe4d77..28e78441c25 100644
--- a/tests/ui/needless_match.stderr
+++ b/tests/ui/needless_match.stderr
@@ -110,7 +110,7 @@ LL | |         };
    | |_________^ help: replace it with: `ce`
 
 error: this match expression is unnecessary
-  --> $DIR/needless_match.rs:252:17
+  --> $DIR/needless_match.rs:253:17
    |
 LL |           let _ = match e {
    |  _________________^
@@ -120,7 +120,7 @@ LL | |         };
    | |_________^ help: replace it with: `e`
 
 error: this match expression is unnecessary
-  --> $DIR/needless_match.rs:258:17
+  --> $DIR/needless_match.rs:259:17
    |
 LL |           let _ = match e {
    |  _________________^