-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
get rid of to_poly_trait_predicate and many without_const
calls
#104586
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @compiler-errors (or someone else) soon. Please see the contribution instructions for more information. |
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
@bors r+ |
📌 Commit aa1045e1cbbe9007a91a96e0fa8af98a64dbd434 has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #104533) made this pull request unmergeable. Please resolve the merge conflicts. |
aa1045e
to
2a87fa4
Compare
@bors r=jackh726 |
📌 Commit 2a87fa402ac9377935f7073d36e13886051cf4a2 has been approved by It is now in the queue for this repository. |
2a87fa4
to
b19cf14
Compare
@bors r=jackh726 |
…r=jackh726 get rid of to_poly_trait_predicate and many `without_const` calls continuation of rust-lang#104483 r? `@compiler-errors`
…r=jackh726 get rid of to_poly_trait_predicate and many `without_const` calls continuation of rust-lang#104483 r? ``@compiler-errors``
☔ The latest upstream changes (presumably #104809) made this pull request unmergeable. Please resolve the merge conflicts. |
b19cf14
to
b1ee716
Compare
@bors r=jackh726 |
📌 Commit b1ee7167b29ae1bf85831ed4fa86087f2c76d939 has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #104845) made this pull request unmergeable. Please resolve the merge conflicts. |
b1ee716
to
300a3a4
Compare
@bors r=jackh726 |
📌 Commit b1ee7167b29ae1bf85831ed4fa86087f2c76d939 has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #104846) made this pull request unmergeable. Please resolve the merge conflicts. |
This landed as part of #104846 |
continuation of #104483
r? @compiler-errors