-
Notifications
You must be signed in to change notification settings - Fork 385
Investigate why this by-move-argument-access is not caught #4189
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
Comments
There seem to be multiple confounding factors here:
After GVN:
This can be reproduced with @rust-lang/wg-mir-opt @cjgillot @compiler-errors any idea why GVN might be doing this? |
@scottmcm do you have any idea what GVN is doing here? |
I haven't dug into the example specifically, but whenever GVN re-uses something it removes all the storage markers for that value and changes all the uses to |
What I am wondering is why adding a |
(via Zulip)
The text was updated successfully, but these errors were encountered: