mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
a4a5e79814
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`