-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
error: internal compiler error: src/librustc/mir/interpret/mod.rs:480: expected allocation ID 349 to point to memory #67558
Comments
@rustbot modify labels: +A-mir +C-bug +requires-nightly |
This also reproduces on |
The rust/src/librustc/ty/print/pretty.rs Lines 899 to 1019 in be493fe
|
Triage: I think this ICE is fixed by #72424, this example no longer occurs with the latest nightly. Marking as E-needs-test. |
This is while debug printing all mir statements of libcore.
The text was updated successfully, but these errors were encountered: