-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Remove P<>
from visit_
s in ast MutVisitor
#132112
base: master
Are you sure you want to change the base?
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @petrochenkov (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
(The PR was marked as a draft, so I assumed you want to try removing the rest of |
Yup, that was the idea... But I'm starting to think this might not be a good one. From the I'll look deeper into it on the weekend and keep you up to date! If I end up finding a way to remove them from the visits then its best that we do another perf test. |
This comment has been minimized.
This comment has been minimized.
For now, I removed |
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #131284) made this pull request unmergeable. Please resolve the merge conflicts. |
The job Click to see the possible cause of the failure (guessed by this bot)
|
On #128974, one divergence I found between versions of the trait were
P<>
wrappers on some types on the mutable one.Some are really easy to remove, while others are not.
This PR tries to remove them.
r? @petrochenkov
related to #128974