-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 NodeId from more HIR nodes #58754
Conversation
@bors r+ |
📌 Commit d1b34ba125c1a2a0ffff4c3dc56255da4bd296c5 has been approved by |
@bors delegate+ |
✌️ @ljedrz can now approve this pull request |
☔ The latest upstream changes (presumably #58321) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@ljedrz We can break clippy now, though we don't have to |
Ah, cool; in that case I can let clippy merge the fix when they want. |
d1b34ba
to
113aa84
Compare
Rebased. @bors r=Zoxc |
📌 Commit 113aa849e2213d44bce96679908db6244615b4e0 has been approved by |
☔ The latest upstream changes (presumably #58777) made this pull request unmergeable. Please resolve the merge conflicts. |
113aa84
to
863b9b2
Compare
📌 Commit 863b9b219f906e6523962ca3f90c2738ac737df8 has been approved by |
⌛ Testing commit 863b9b219f906e6523962ca3f90c2738ac737df8 with merge c26df455d90698936e8d4306063d52a658949502... |
@mati865 yeah, I just saw it is not available yet; I don't have enough time to fix it at this moment; I'll push this PR without the clippy update and will follow up with a next one that I'll later append the update to. |
@bors retry |
Hmm, homu doesn't seem to notice. @bors r=Zoxc |
📌 Commit 9cd1845 has been approved by |
Remove NodeId from more HIR nodes The next iteration of HirIdification (#57578). Removes `NodeId` from: - [x] `Stmt` - [x] `Local` - [x] `Field` - [x] `AnonConst` - [x] `TraitItem` - [x] `ImplItem` - [x] `TypeBinding` - [x] `Arg` - [x] `TraitRef` - [x] `VisibilityKind` It will most probably break clippy again; I'd appreciate a **delegate** again if/when it is good to go so I can attach a clippy fix later. r? @Zoxc
☀️ Test successful - checks-travis, status-appveyor |
The next iteration of HirIdification (#57578).
Removes
NodeId
from:Stmt
Local
Field
AnonConst
TraitItem
ImplItem
TypeBinding
Arg
TraitRef
VisibilityKind
It will most probably break clippy again; I'd appreciate a delegate again if/when it is good to go so I can attach a clippy fix later.
r? @Zoxc