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

mir: Gather move at SwitchInt, Assert terminators #48232

Merged
merged 1 commit into from
Feb 24, 2018
Merged

mir: Gather move at SwitchInt, Assert terminators #48232

merged 1 commit into from
Feb 24, 2018

Commits on Feb 15, 2018

  1. mir: Gather move at SwitchInt, Assert terminators

    Previously, "_1" was not marked as "definitely uninitialized" after a "switchInt(move _1)" terminator.
    
    Related discussion: https://internals.rust-lang.org/t/why-is-2-definitely-initialized-after-switchint-move-2/6760
    fpoli committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    fe0260f View commit details
    Browse the repository at this point in the history