diff options
| -rw-r--r-- | src/test/ui/rfc1445/issue-61118-match-slice-forbidden-without-eq.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/rfc1445/issue-61118-match-slice-forbidden-without-eq.rs b/src/test/ui/rfc1445/issue-61118-match-slice-forbidden-without-eq.rs index 9a96628cac6..e288beca090 100644 --- a/src/test/ui/rfc1445/issue-61118-match-slice-forbidden-without-eq.rs +++ b/src/test/ui/rfc1445/issue-61118-match-slice-forbidden-without-eq.rs @@ -1,4 +1,4 @@ -// Issue 61118 pointed out a case where we hit an ICE during code gen: +// Issue 61188 pointed out a case where we hit an ICE during code gen: // the compiler assumed that `PartialEq` was always implemented on any // use of a `const` item in a pattern context, but the pre-existing // checking for the presence of `#[structural_match]` was too shallow |
