mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
cc4e3443ec
This makes `CloseDelim` handling more like `OpenDelim` handling, which produces `OpenDelim` and pushes the stack at the same time. It requires some adjustment to `parse_token_tree` now that we don't remain within the frame after getting the `CloseDelim`.