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

add the Iterator trait to the prelude #7008

Closed
wants to merge 1 commit into from
Closed

add the Iterator trait to the prelude #7008

wants to merge 1 commit into from

Conversation

thestinger
Copy link
Contributor

The IteratorUtil trait hits a bug in method resolve, but the basic trait has no issue.

bors added a commit that referenced this pull request Jun 8, 2013
The `IteratorUtil` trait hits a bug in method resolve, but the basic trait has no issue.
@bors bors closed this Jun 8, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 8, 2021
lintcheck: warn if we get a bad exit status while running clippy

Right now we won't notice if a crate fails to build.
Print a warning message to indicate that there is a problem of some sort.
I'll still have to do more investigation on why this actually happens.

I suspect that the problem is that `clippy fix` might run  --all-targets  but when we download the crate source from crates.io, some path deps (used for internal tests etc...) are not available (which is usually not a problem because the internal tests are not needed when using the crate as a lib..?)

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants