rust/compiler
Aaron Hill f5d71a9b3c
Don't use zip to compare iterators during pretty-print hack
If the right-hand iterator has exactly one more element than the
left-hand iterator, then both iterators will be fully consumed, but
the extra element will never be compared.
2020-09-21 15:11:59 -04:00
..
2020-09-11 09:37:51 -07:00
2020-09-20 15:13:11 +02:00
2020-09-13 22:53:51 +02:00
2020-09-17 12:18:09 +02:00
2020-09-21 05:43:39 +02:00