rust/compiler/rustc_parse/src
Nicholas Nethercote 02317542eb Rearrange TokenCursor::inlined_next().
In particular, avoid wrapping a token within `TokenTree::Token` and then
immediately matching it and returning the token within. Just return the
token immediately.
2022-04-19 17:02:48 +10:00
..
lexer Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petrochenkov 2022-04-16 07:12:44 +02:00
parser Rearrange TokenCursor::inlined_next(). 2022-04-19 17:02:48 +10:00
lib.rs Rollup merge of #95301 - nnethercote:rm-NtTT, r=petrochenkov 2022-03-28 16:08:07 +02:00
validate_attr.rs rustc_feature: Convert BuiltinAttribute from tuple to a struct 2021-11-12 20:15:14 +08:00