We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
miri
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
Hello, this is your friendly neighborhood mergebot. After merging PR #82122, 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 @bstrie, 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:
It looks like miri just has one instance of collections::Bound, which should be replaced with ops::Bound. Should be easy enough.
collections::Bound
ops::Bound
Sorry, something went wrong.
Auto merge of #1746 - bstrie:depfix, r=RalfJung
65b348c
Replace deprecated `collections::Bound` with `ops::Bound` Fixes rust-lang/rust#83242 , which resulted from rust-lang/rust#82122 .
12dac5c
Replace deprecated `collections::Bound` with `ops::Bound` Cc rust-lang/rust#83242 , which resulted from rust-lang/rust#82122 .
This can be closed when the miri submodule is bumped.
1705a7d
Successfully merging a pull request may close this issue.
Hello, this is your friendly neighborhood mergebot.
After merging PR #82122, 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 @bstrie, 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: