mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

The `macro_rules!` implementation was becomng excessively complicated, and difficult to modify. The new proc macro implementation should make it much easier to add new features (e.g. skipping certain `#[derive]`s)