Hello, this is your friendly neighborhood mergebot.
After merging PR rust-lang/rust#75436, I observed that the tool miri no longer builds.
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!
And nominating for compiler team prioritization.
Here's the fix by oli: https://github.com/rust-lang/miri/pull/1507
It looks like the PR is merged. Should this issue be closed or are there further steps to complete until it's fully fixed?
It looks like the PR is merged. Should this issue be closed or are there further steps to complete until it's fully fixed?
The submodule should be updated to fix toolstate.
Thanks! I'm trying to understand the protocol around tool breakages, so I was trying to understand why the issue wasn't yet closed :)
I'll get https://github.com/rust-lang/miri/pull/1504 into Miri and then submit a submodule update that will close this issue. :)
I often wait a bit after Miri is fixed before doing the submodule update, to collect more things into the same update. It's okay when Miri is missing for a few days.