-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
miri
no longer builds after rust-lang/rust#85022
#85027
Comments
Some error message changes (cc #84972) broke Miri, but some "null pointer is not allowed for this operation" changes look... wrong? For example: They are all not |
Yeah my patch makes no sense... working on a fix. |
fix null pointer error messages I got the `match` in rust-lang#84972 wrong, this fixes that. Also avoid redundant "inbounds test failed:" prefix. Should fix rust-lang#85027 r? `@oli-obk`
I don't think the toolstate is fixed: But it's just error message differences: @rustbot claim |
Update pointer error messages cc rust-lang/rust#85027
Hello, this is your friendly neighborhood mergebot.
After merging PR #85022, I observed that the tool miri has failing tests.
A follow-up PR to the repository https://github.com/rust-lang/miri is needed to fix the fallout.
cc @JohnTitor, do you think you would have time to do the follow-up work?
If so, that would be great!
The text was updated successfully, but these errors were encountered: