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

Minimize weird spans involving macro context #47942

Merged
merged 1 commit into from
Feb 3, 2018

Commits on Feb 1, 2018

  1. Minimize weird spans involving macro context

    Sometimes the parser attempts to synthesize spans from within a macro
    context with the span for the captured argument, leading to non-sensical
    spans with very bad output. Given that an incorrect span is worse than
    a partially incomplete span, when detecting this situation return only
    one of the spans without mergin them.
    estebank committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    aaec608 View commit details
    Browse the repository at this point in the history