Files
rust/compiler/rustc_parse/src/parser
Aaron Hill 5d739180cd Clone entire TokenCursor when collecting tokens
Reverts PR #80830
Fixes taiki-e/pin-project#312

We can have an arbitrary number of `None`-delimited group frames pushed
on the stack due to proc-macro invocations, which can legally be exited.
Attempting to account for this would add a lot of complexity for a tiny
performance gain, so let's just use the original strategy.
2021-01-28 09:47:59 -05:00
..
2021-01-21 21:41:47 -08:00
2020-12-17 14:12:48 +01:00