-
Notifications
You must be signed in to change notification settings - Fork 13k
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
ICE: compiler/rustc_mir/src/interpret/validity.rs:948:17: Unexpected error during validation: unable to turn pointer into raw bytes #83182
Comments
Bisected:
|
@chengniansun By looking at the error message, could this issue be a duplicate of #79690 or #72113? (Or, in other words, I wonder if we should consider either one ot those two issues related and reopen them) |
Assigning @rustbot label -I-prioritize +P-medium |
Hi @apiraino I think this is not a duplicate, mainly because the two other issues have been fixed and closed. But if the root cause is the same as the other two, whether this is a duplicate depends on the usual workflow of the rust project. |
Backtrace of the underlying CTFE error with line numbers (generated by setting
This call
needs to also handle ReadPointerAsBytes errors.
|
I'm working on a fix. |
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: