Skip to content

Commit f0e370f

Browse files
committed
fix typo in filename.
1 parent c2b4c43 commit f0e370f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)