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

Reject double moves out of array elements #14997

Closed
wants to merge 1 commit into from
Closed

Reject double moves out of array elements #14997

wants to merge 1 commit into from

Conversation

zwarich
Copy link

@zwarich zwarich commented Jun 18, 2014

Fixes #14986.

loan_path_is_precise(&**lp_base)
}
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As of 263a433, this is failing due to a non-exhaustive pattern, LpUpvar isn't covered.

lnicola pushed a commit to lnicola/rust that referenced this pull request Jun 19, 2023
internal: Fix dependency warning

Hope this doesn't break rust-lang#14984 again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Double moves out of arrays are allowed
2 participants