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

save-analysis: power through bracket mis-counts #48258

Merged
merged 1 commit into from
Feb 24, 2018

Commits on Feb 16, 2018

  1. save-analysis: power through bracket mis-counts

    Closes rust-lang#47981
    
    This is pretty unsatisfying since it is working around a span bug. However, I can't track down the span bug and it could be in the parser, proc macro expansion, the user macro, or Syn (or any other library that can manipulate spans). Given that user code can cause this error, I think we need to be more robust here.
    nrc committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    10fbdb8 View commit details
    Browse the repository at this point in the history