fix typo in test.

This commit is contained in:
Felix S. Klock II 2019-10-08 15:54:37 +02:00
parent dd2df8f97d
commit c2b4c433a5

View File

@ -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