Uh oh!
There was an error while loading. Please reload this page.
Remove NodeId from more HIR nodes - #58754
Conversation
Zoxc
commented
Feb 26, 2019
@bors r+ |
bors
commented
Feb 26, 2019
📌 Commit d1b34ba125c1a2a0ffff4c3dc56255da4bd296c5 has been approved by |
Mark-Simulacrum
commented
Feb 26, 2019
@bors delegate+ |
bors
commented
Feb 26, 2019
✌️ @ljedrz can now approve this pull request |
bors
commented
Feb 27, 2019
☔ The latest upstream changes (presumably #58321) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Zoxc
commented
Feb 27, 2019
@ljedrz We can break clippy now, though we don't have to |
ljedrz
commented
Feb 27, 2019
Ah, cool; in that case I can let clippy merge the fix when they want. |
ljedrz
commented
Feb 27, 2019
Rebased. @bors r=Zoxc |
bors
commented
Feb 27, 2019
📌 Commit 113aa849e2213d44bce96679908db6244615b4e0 has been approved by |
bors
commented
Feb 27, 2019
☔ The latest upstream changes (presumably #58777) made this pull request unmergeable. Please resolve the merge conflicts. |
ljedrz
commented
Feb 28, 2019
bors
commented
Feb 28, 2019
📌 Commit 863b9b219f906e6523962ca3f90c2738ac737df8 has been approved by |
bors
commented
Mar 1, 2019
⌛ Testing commit 863b9b219f906e6523962ca3f90c2738ac737df8 with merge c26df455d90698936e8d4306063d52a658949502... |
mati865
commented
Mar 1, 2019
ljedrz
commented
Mar 1, 2019
@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. |
ljedrz
commented
Mar 1, 2019
@bors retry |
ljedrz
commented
Mar 1, 2019
Hmm, homu doesn't seem to notice. @bors r=Zoxc |
bors
commented
Mar 1, 2019
📌 Commit 9cd1845 has been approved by |
bors
commented
Mar 1, 2019
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
bors
commented
Mar 1, 2019
☀️ Test successful - checks-travis, status-appveyor |
The next iteration of HirIdification (#57578).
Removes
NodeIdfrom:StmtLocalFieldAnonConstTraitItemImplItemTypeBindingArgTraitRefVisibilityKindIt 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