rust/compiler/rustc_parse
Aaron Hill 7b36408b5f
Use an empty TokenCursorFrame stack when capturing tokens
We will never need to pop  past our starting frame during token
capturing. Using an empty stack allows us to avoid pointless heap
allocations/deallocations.
2021-01-08 18:16:20 -05:00
..
src Use an empty TokenCursorFrame stack when capturing tokens 2021-01-08 18:16:20 -05:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00