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

Serialize additional data for procedural macros #63269

Merged
merged 1 commit into from Aug 18, 2019

Commits on Aug 17, 2019

  1. Serialize additional data for procedural macros

    Split off from rust-lang#62855
    
    This PR deerializes the declaration `Span` and attributes for all
    procedural macros from their underlying function definitions.
    This allows Rustdoc to properly render doc comments
    and source links when inlining procedural macros across crates
    Aaron1011 committed Aug 17, 2019
    Copy the full SHA
    64f867a View commit details
    Browse the repository at this point in the history