-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
clippy-driver
no longer builds after rust-lang/rust#61995
#62338
Labels
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
rust-highfive
added
I-nominated
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Jul 3, 2019
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jul 4, 2019
Changes: ```` Remove unused import rustup rust-lang#61995 Fix allow bug in `trivially_copy_pass_by_ref` readme: fix urls in the license Fix `match_same_arms` false negative Reenable cargo and rls tests in travis Test for melted ICE rust-lang#4121 Fix `never_loop` false positive Running rustfmt on test Removed use of intrinsics::uninit from tests. Making try_err machine applicable PR comments Adding try_err lint ```` Fixes rust-lang#62338
triage: P-medium, removing nomination, adding @matthiaskrgr to the assignee list. (Update: couldn't add @matthiaskrgr , so adding self instead.) |
@rustbot assign @matthiaskrgr |
Ping @matthiaskrgr, are you still working on this? |
Er, no. |
Issue can be closed now. |
@rustbot close |
Fixed by #62613 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hello, this is your friendly neighborhood mergebot.
After merging PR #61995, I observed that the tool clippy-driver no longer builds.
A follow-up PR to the repository https://github.com/rust-lang/rust-clippy is needed to fix the fallout.
cc @eddyb, do you think you would have time to do the follow-up work?
If so, that would be great!
cc @petrochenkov, the PR reviewer, and @rust-lang/compiler -- nominating for prioritization.
The text was updated successfully, but these errors were encountered: