Skip to content

Commit 28d339f

Browse files
committed
fallout from renaming file that had typo in its name.
1 parent 2dc7627 commit 28d339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/rfc1445/issue-61188-match-slice-forbidden-without-eq.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: to use a constant of type `B` in a pattern, `B` must be annotated with `#[derive(PartialEq, Eq)]`
2-
--> $DIR/issue-61118-match-slice-forbidden-without-eq.rs:15:9
2+
--> $DIR/issue-61188-match-slice-forbidden-without-eq.rs:15:9
33
|
44
LL | A => (),
55
| ^

0 commit comments

Comments
 (0)