Skip to content

Commit c2b4c43

Browse files
committed
fix typo in test.
1 parent dd2df8f commit c2b4c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/rfc1445/issue-61118-match-slice-forbidden-without-eq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Issue 61118 pointed out a case where we hit an ICE during code gen:
1+
// Issue 61188 pointed out a case where we hit an ICE during code gen:
22
// the compiler assumed that `PartialEq` was always implemented on any
33
// use of a `const` item in a pattern context, but the pre-existing
44
// checking for the presence of `#[structural_match]` was too shallow

0 commit comments

Comments
 (0)