Skip to content
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#82122 #83242

Closed
rust-highfive opened this issue Mar 17, 2021 · 2 comments · Fixed by #83257
Closed

miri no longer builds after rust-lang/rust#82122 #83242

rust-highfive opened this issue Mar 17, 2021 · 2 comments · Fixed by #83257
Labels
A-miri Area: The miri tool C-bug Category: This is a bug.

Comments

@rust-highfive
Copy link
Collaborator

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!

@rust-highfive rust-highfive added A-miri Area: The miri tool C-bug Category: This is a bug. labels Mar 17, 2021
@bstrie
Copy link
Contributor

bstrie commented Mar 17, 2021

It looks like miri just has one instance of collections::Bound, which should be replaced with ops::Bound. Should be easy enough.

bors added a commit to rust-lang/miri that referenced this issue Mar 17, 2021
Replace deprecated `collections::Bound` with `ops::Bound`

Fixes rust-lang/rust#83242 , which resulted from rust-lang/rust#82122 .
bors added a commit to rust-lang/miri that referenced this issue Mar 17, 2021
Replace deprecated `collections::Bound` with `ops::Bound`

Cc rust-lang/rust#83242 , which resulted from rust-lang/rust#82122 .
@bstrie
Copy link
Contributor

bstrie commented Mar 18, 2021

This can be closed when the miri submodule is bumped.

@RalfJung RalfJung mentioned this issue Mar 18, 2021
@bors bors closed this as completed in 1705a7d Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-miri Area: The miri tool C-bug Category: This is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants