mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
753d8c226c
Ensures that each AST node has a unique id. Fixes numerous bugs in macro expansion and deriving. Add two representative tests. Fixes #7971 Fixes #6304 Fixes #8367 Fixes #8754 Fixes #8852 Fixes #2543 Fixes #7654