rust/compiler/rustc_parse
bors 50d3c2a3cb Auto merge of #78736 - petrochenkov:lazyenum, r=Aaron1011
rustc_parse: Remove optimization for 0-length streams in `collect_tokens`

The optimization conflates empty token streams with unknown token stream, which is at least suspicious, and doesn't affect performance because 0-length token streams are very rare.

r? `@Aaron1011`
2020-11-14 04:21:56 +00:00
..
src Auto merge of #78736 - petrochenkov:lazyenum, r=Aaron1011 2020-11-14 04:21:56 +00:00
Cargo.toml