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

Erroneous loop diagnostic in nll #56113

Merged
merged 3 commits into from
Feb 22, 2019

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    cbc865d View commit details
    Browse the repository at this point in the history
  2. Fix erroneous loop diagnostic in nll

    This commit fixes the logic of detecting when a use happen in a later
    iteration of where a borrow was defined
    
    Fixes rust-lang#53773
    spastorino committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    801c3f0 View commit details
    Browse the repository at this point in the history
  3. Run rustfmt

    spastorino committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    a12982c View commit details
    Browse the repository at this point in the history