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

Improve diagnostics for let x += 1 #71976

Merged
merged 5 commits into from
Jun 19, 2020
Merged

Commits on May 20, 2020

  1. Implement partial error recovery for let with BinOpEq

    When parsing `let x: i8 += 1` the compiler interprets `i8` as a trait
    which makes it more complicated to do error recovery. More advanced
    error recovery is not implemented in this commit.
    mibac138 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    d4fe955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ff12a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05d6531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ad24ba View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    98532a3 View commit details
    Browse the repository at this point in the history