-
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 some HIR nodes #58561
Conversation
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
1581d6c
Compare
☔ The latest upstream changes (presumably #58503) made this pull request unmergeable. Please resolve the merge conflicts. |
These changes look good to me. @bors delegate+ |
✌️ @ljedrz can now approve this pull request |
1581d6c
to
122d653
Compare
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
2d76ab5
Compare
☔ The latest upstream changes (presumably #58669) made this pull request unmergeable. Please resolve the merge conflicts. |
2d76ab5
to
63b4dd9
Compare
@bors r=Zoxc |
📌 Commit 63b4dd9 has been approved by |
Blocked by rust-lang/rust-clippy#3814. |
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. |
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
77a30ec
Compare
@bors r=Zoxc |
📌 Commit 77a30ec has been approved by |
Can I get a priority bump to 1 due to submodule update? |
Rollup fairness (due to submodule update), @bors p=1 |
☀️ Test successful - checks-travis, status-appveyor |
1 similar comment
☀️ 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
NodeId
from:Lifetime
Ty
GenericParam
WhereClause
WhereEqPredicate
MacroDef
Block
Expr
r? @Zoxc