-
Notifications
You must be signed in to change notification settings - Fork 13.4k
new buildsystem has wrongish deps, specifically for libnative #11843
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
Comments
not sure if actually wrong deps or if the "don't infer version" is biting us. |
Confirmed broken after letting a |
cc me |
bors
added a commit
that referenced
this issue
Jan 28, 2014
The stdtest binary uses both libnative and libgreen to test the two implementations Closes #11843
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Dec 28, 2023
New lints `iter_filter_is_some` and `iter_filter_is_ok` Adds a pair of lints that check for cases of an iterator over `Result` and `Option` followed by `filter` without being followed by `map` as that is covered already by a different, specialized lint. Fixes rust-lang#11843 PS, I also made some minor documentations fixes in a case where a double tick (`) was included. --- changelog: New Lint: [`iter_filter_is_some`] [rust-lang#12004](rust-lang#12004) changelog: New Lint: [`iter_filter_is_ok`] [rust-lang#12004](rust-lang#12004)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc @alexcrichton
The text was updated successfully, but these errors were encountered: