granite-rust/compiler/rustc_parse
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
..
src Clone entire TokenCursor when collecting tokens 2021-01-28 09:47:59 -05:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00