fix typo in filename.

This commit is contained in:
Felix S. Klock II 2019-10-08 15:55:12 +02:00
parent c2b4c433a5
commit f0e370f067
2 changed files with 1 additions and 1 deletions

View file

@ -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 => (),
| ^