about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2019-10-08 15:54:37 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2019-10-25 11:07:59 +0200
commitc2b4c433a55f648a6a1f8794a644b328fa39d01e (patch)
tree030bd784c04a5e19eaa347c9d87293e8432b018e
parentdd2df8f97db8319e0eea433bfbc68244150d7bea (diff)
downloadrust-c2b4c433a55f648a6a1f8794a644b328fa39d01e.tar.gz
rust-c2b4c433a55f648a6a1f8794a644b328fa39d01e.zip
fix typo in test.
-rw-r--r--src/test/ui/rfc1445/issue-61118-match-slice-forbidden-without-eq.rs2
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