Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renumber AST nodes after expansion #9040

Commits on Sep 7, 2013

  1. After expansion, fold and renumber AST nodes to ensure that each AST …

    …node has a
    
    unique id. Fixes numerous bugs in macro expansion and deriving. Add two
    representative tests.
    
    Fixes rust-lang#7971
    Fixes rust-lang#6304
    Fixes rust-lang#8367
    Fixes rust-lang#8754
    Fixes rust-lang#8852
    nikomatsakis committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    32c4d9b View commit details
    Browse the repository at this point in the history