-
Notifications
You must be signed in to change notification settings - Fork 13.3k
assertion failed: !bcx.ccx().maps.moves_map.contains(&arg_expr.id) #6609
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
The ICE seems to be related to the line
as replacing it with
works. The code no longer compiles on recent master, here is an updated version
|
This and #6000 both seem to have the common property of evaluating a generic/non-implicitly-copiable value twice (if I understand how |
@osaut's updated version compiles and runs, and since then |
it seems like this bug is no longer actionable, since the original test case relies on |
…in_deref, r=llogiq Fix a wrong suggestion of `ref_in_deref` Fix rust-lang#6358. changelog: Fix a wrong suggestion of `ref_in_deref`
Sorry, since I don't know what causes this, can't be more specific, and don't know if the other bug reports (currently 4 others) are related or have distinct causes.
Other issues with the same error:
This is as small as I can get the code:
The text was updated successfully, but these errors were encountered: