-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Move resolve_lifetimes query in librustc_resolve. #67699
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@cjgillot
|
@petrochenkov It does not really belong there though and |
Why not? Lifetime resolution is basically like late resolution for other names, including labels ( Moving it was in my task queue for quite some time. (Defaults for implicit lifetimes are a bit different story, yes, but it's done in a single pass with a regular resolution right now.) |
@petrochenkov I was mixing it up with |
9b1f1b2
to
b51444b
Compare
Renamed and squashed, with review comments. |
☔ The latest upstream changes (presumably #66942) made this pull request unmergeable. Please resolve the merge conflicts. |
r=me after rebase |
05f4026
to
254e163
Compare
Rebased. |
@bors r+ |
📌 Commit 28c2dbdbf9df891331e843175cd69e577a550205 has been approved by |
@bors p=1 |
⌛ Testing commit 28c2dbdbf9df891331e843175cd69e577a550205 with merge ecb5028390694a634c5cd39f1113a8c062205a61... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
@bors retry |
r? @Zoxc |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
☔ The latest upstream changes (presumably #67032) made this pull request unmergeable. Please resolve the merge conflicts. |
28c2dbd
to
7e4345c
Compare
Rebased. |
@bors r+ |
📌 Commit 7e4345c has been approved by |
☀️ Test successful - checks-azure |
Split out of #67688
r? @Zoxc