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

librustc: Some borrowck error message fixes #17434

Merged
merged 4 commits into from
Oct 2, 2014

Commits on Oct 1, 2014

  1. Configuration menu
    Copy the full SHA
    a8577be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36b8502 View commit details
    Browse the repository at this point in the history
  3. Clarify some borrowck errors

    ftxqxd committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    35ff2de View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

  1. Change the use of moved value error to be more accurate

    Previously it output `partially moved` to eagerly. This updates it to be more
    accurate and output `collaterally moved` for use of values that were invalidated
    by moves out of different fields in the same struct.
    
    Closes rust-lang#15630.
    ftxqxd committed Oct 2, 2014
    5 Configuration menu
    Copy the full SHA
    02c6ebd View commit details
    Browse the repository at this point in the history