mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-11 06:37:57 +00:00

I tried debugging a parser-related issue but found it annoying to not be able to easily peek into the Parser's token stream. Add a convenience fn that offers an opinionated view into the parser, but one that is useful for answering basic questions about parser state.