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

Don't reduce E0161 to a warning in NLL migrate mode #53575

Merged
merged 2 commits into from
Sep 6, 2018

Commits on Aug 22, 2018

  1. Hard error for unsized values more often

    * Sized checking in MIR should be a hard error in all borrowck modes
    * box operands should be an error even with unsized locals
    matthewjasper committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    b83fe42 View commit details
    Browse the repository at this point in the history
  2. Update E0161 test to cover more cases

    Update another test that broke due to E0161 no longer being buffered
    matthewjasper committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    cd92da8 View commit details
    Browse the repository at this point in the history