-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Cleanup resolve #32240
Cleanup resolve #32240
Conversation
fbd4585
to
5a5d905
Compare
/// let g = || {}; | ||
/// fn g() {} | ||
/// g(); // This resolves to the local variable `g` since it shadows the item. | ||
/// } |
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.
love to see more comments! :)
@bors r+ |
📌 Commit fd2ac96 has been approved by |
⌛ Testing commit fd2ac96 with merge 32737f7... |
💔 Test failed - auto-win-gnu-64-opt |
fd2ac96
to
6d62f5b
Compare
@bors r=nikomatsakis |
📌 Commit 6d62f5b has been approved by |
☔ The latest upstream changes (presumably #32167) made this pull request unmergeable. Please resolve the merge conflicts. |
6d62f5b
to
4c22e2e
Compare
@bors r=nikomatsakis |
📌 Commit 4c22e2e has been approved by |
🔒 Merge conflict |
☔ The latest upstream changes (presumably #32496) made this pull request unmergeable. Please resolve the merge conflicts. |
…fLike` was being used)
`resolve_item_in_lexical_scope` and `resolve_identifier_in_local_ribs` into a new function `resolve_ident_in_lexical_scope`.
…_in_local_ribs`.
4c22e2e
to
e011ae5
Compare
@bors r=nikomatsakis |
📌 Commit e011ae5 has been approved by |
Cleanup resolve This is a collection of small refactorings and improvements in `resolve`, most of which could stand alone. r? @nikomatsakis
This is a collection of small refactorings and improvements in
resolve
, most of which could stand alone.r? @nikomatsakis