-
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
rustpkg tests are broken on master #7249
Comments
ghost
assigned catamorphism
Jun 20, 2013
Ok, I'll look at it. |
Probably the same bug as #7541 |
I think this should be fixed. Pushing to try. |
Fixed by d9293d1 |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 17, 2021
…rednet,flip1995 fix `while_let_on_iterator` suggestion in a closure fixes: rust-lang#7249 A future improvement would be to check if the closure is being used as `FnOnce`, in which case the original suggestion would be correct. changelog: Suggest `&mut iter` inside a closure for `while_let_on_iterator`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test in question is
test_all
and has been marked with#[ignore]
. Seems to only happen on multi-host builds.cc @catamorphism
The text was updated successfully, but these errors were encountered: