@@ -526,7 +526,7 @@ LL | | }
526526 | |_________^ help: consider using the match body instead: `b < c`
527527
528528error: this match could be replaced by its scrutinee and body
529- --> tests/ui/match_single_binding.rs:358 :9
529+ --> tests/ui/match_single_binding.rs:357 :9
530530 |
531531LL | / match { a } {
532532LL | |
@@ -543,7 +543,7 @@ LL ~ },
543543 |
544544
545545error: this match could be replaced by its scrutinee and body
546- --> tests/ui/match_single_binding.rs:367 :9
546+ --> tests/ui/match_single_binding.rs:366 :9
547547 |
548548LL | / match { a } {
549549LL | |
@@ -560,7 +560,7 @@ LL ~ },
560560 |
561561
562562error: this match could be replaced by its scrutinee and body
563- --> tests/ui/match_single_binding.rs:377 :9
563+ --> tests/ui/match_single_binding.rs:376 :9
564564 |
565565LL | / match { a } {
566566LL | |
@@ -577,7 +577,7 @@ LL ~ },
577577 |
578578
579579error: this match could be replaced by its scrutinee and body
580- --> tests/ui/match_single_binding.rs:391 :9
580+ --> tests/ui/match_single_binding.rs:390 :9
581581 |
582582LL | / match { a } {
583583LL | |
@@ -594,7 +594,7 @@ LL ~ },
594594 |
595595
596596error: this match could be replaced by its scrutinee and body
597- --> tests/ui/match_single_binding.rs:398 :6
597+ --> tests/ui/match_single_binding.rs:397 :6
598598 |
599599LL | -match { a } {
600600 | ______^
@@ -612,7 +612,7 @@ LL ~ };
612612 |
613613
614614error: this match could be replaced by its scrutinee and body
615- --> tests/ui/match_single_binding.rs:403 :9
615+ --> tests/ui/match_single_binding.rs:402 :9
616616 |
617617LL | _ = match { a } {
618618 | _________^
@@ -628,7 +628,7 @@ LL ~ 1;
628628 |
629629
630630error: this match could be replaced by its scrutinee and body
631- --> tests/ui/match_single_binding.rs:408 :16
631+ --> tests/ui/match_single_binding.rs:407 :16
632632 |
633633LL | if let x = match { a } {
634634 | ________________^
@@ -646,7 +646,7 @@ LL ~ } {}
646646 |
647647
648648error: this match could be replaced by its scrutinee and body
649- --> tests/ui/match_single_binding.rs:413 :8
649+ --> tests/ui/match_single_binding.rs:412 :8
650650 |
651651LL | if match { a } {
652652 | ________^
@@ -664,7 +664,7 @@ LL ~ } {
664664 |
665665
666666error: this match could be replaced by its scrutinee and body
667- --> tests/ui/match_single_binding.rs:420 :15
667+ --> tests/ui/match_single_binding.rs:419 :15
668668 |
669669LL | [1, 2, 3][match { a } {
670670 | _______________^
0 commit comments