rust/compiler/rustc_parse
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
..
src Don't use zip to compare iterators during pretty-print hack 2020-09-21 15:11:59 -04:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00