-
Couldn't load subscription status.
- Fork 13.9k
get rid of visit_place recursion #61653
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
Conversation
src/librustc/mir/visit.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would try to be more clear that you meant the root Place here.
408dea8 to
b137a47
Compare
|
@bors r+ |
|
📌 Commit b137a47 has been approved by |
get rid of visit_place recursion r? @spastorino this is groundwork for #60913, since after that PR we won't be able to implement `visit_place` in a recursive manner without heavy cloning everywhere. cc @eddyb this touches const qualif
|
☀️ Test successful - checks-travis, status-appveyor |
r? @spastorino
this is groundwork for #60913, since after that PR we won't be able to implement
visit_placein a recursive manner without heavy cloning everywhere.cc @eddyb this touches const qualif