From c2b4c433a55f648a6a1f8794a644b328fa39d01e Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Tue, 8 Oct 2019 15:54:37 +0200 Subject: [PATCH] fix typo in test. --- .../ui/rfc1445/issue-61118-match-slice-forbidden-without-eq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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