Uh oh!
There was an error while loading. Please reload this page.
Remove NodeId from some HIR nodes - #58561
Conversation
rust-highfive
commented
Feb 18, 2019
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 |
c7da41c to
1581d6cComparebors
commented
Feb 19, 2019
☔ The latest upstream changes (presumably #58503) made this pull request unmergeable. Please resolve the merge conflicts. |
Zoxc
commented
Feb 19, 2019
These changes look good to me. @bors delegate+ |
bors
commented
Feb 19, 2019
✌️ @ljedrz can now approve this pull request |
1581d6c to
122d653Comparerust-highfive
commented
Feb 19, 2019
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 |
122d653 to
2d76ab5Comparebors
commented
Feb 23, 2019
☔ The latest upstream changes (presumably #58669) made this pull request unmergeable. Please resolve the merge conflicts. |
2d76ab5 to
63b4dd9Compareljedrz
commented
Feb 24, 2019
@bors r=Zoxc |
bors
commented
Feb 24, 2019
📌 Commit 63b4dd9 has been approved by |
ljedrz
commented
Feb 24, 2019
Blocked by rust-lang/rust-clippy#3814. |
rust-highfive
commented
Feb 24, 2019
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 |
The build stalled; might be spurious. I'm not sure if reopening will retry Travis; lemme see... edit: yep, that did the trick. |
rust-highfive
commented
Feb 25, 2019
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 |
The tooltest error seems legit; I'll look into it. edit: clippy updated, retrying. |
a030d9d to
77a30ecCompareljedrz
commented
Feb 25, 2019
@bors r=Zoxc |
bors
commented
Feb 25, 2019
📌 Commit 77a30ec has been approved by |
ljedrz
commented
Feb 25, 2019
Can I get a priority bump to 1 due to submodule update? |
Centril
commented
Feb 25, 2019
Rollup fairness (due to submodule update), @bors p=1 |
bors
commented
Feb 26, 2019
bors
commented
Feb 26, 2019
☀️ Test successful - checks-travis, status-appveyor |
1 similar comment
bors
commented
Feb 26, 2019
☀️ Test successful - checks-travis, status-appveyor |
HirIdify some lints Unblocks rust-lang/rust#58561 (a part of [rust-lang/rust#57578](rust-lang/rust#57578)). Can we branch it like with #3790? I can rebase on a different commit if need be. Haven't had time to run tests yet, so I'd wait for Travis 🙈.
The next iteration of #57578.
Removes
NodeIdfrom:LifetimeTyGenericParamWhereClauseWhereEqPredicateMacroDefBlockExprr? @Zoxc