rust/compiler/rustc_parse/src
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
..
lexer Fix even more URLs 2020-11-05 20:11:29 +01:00
parser Auto merge of #78736 - petrochenkov:lazyenum, r=Aaron1011 2020-11-14 04:21:56 +00:00
lib.rs Do not collect tokens for doc comments 2020-11-09 01:47:11 +03:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00