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

Desugaring of drop and replace at MIR build #107844

Merged
merged 4 commits into from
Mar 5, 2023

Commits on Mar 3, 2023

  1. Desugars drop and replace at MIR build

    This commit desugars the drop and replace deriving from an
    assignment at MIR build, avoiding the construction of the
    DropAndReplace terminator (which will be removed in a followign PR)
    
    In order to retain the same error messages for replaces a new
    DesugaringKind::Replace variant is introduced.
    zeegomo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b3a47d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf0ff2 View commit details
    Browse the repository at this point in the history
  3. Add needs-unwind

    zeegomo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f605e90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1f7fa5 View commit details
    Browse the repository at this point in the history