Skip to content

Commit

Permalink
fix typo in filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Oct 25, 2019
1 parent c2b4c43 commit f0e370f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
error: to use a constant of type `B` in a pattern, `B` must be annotated with `#[derive(PartialEq, Eq)]`
--> $DIR/issue-61118-match-slice-forbidden-without-eq.rs:15:9
--> $DIR/issue-61188-match-slice-forbidden-without-eq.rs:15:9
|
LL | A => (),
| ^
Expand Down

0 comments on commit f0e370f

Please sign in to comment.