mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 15:16:45 +00:00
Introduce `TtParser` These commits make a number of changes to declarative macro expansion, resulting in code that is shorter, simpler, and faster. Best reviewed one commit at a time. r? `@petrochenkov`