Skip to content
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 unsused NodeId related APIs in hir map #72996

Merged
merged 1 commit into from
Jun 5, 2020

Conversation

marmeladema
Copy link
Contributor

@marmeladema marmeladema commented Jun 4, 2020

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 4, 2020
@ecstatic-morse
Copy link
Contributor

@bors r+ rollup

We should probably try to merge #72552 now, right? I think it will just be a few lines, and going from two hash table lookups to one shouldn't be controversial. Removing the table entirely by changing the HirId for closures (and async blocks?) will take a bit of work. I think it's worth doing, but there's no need to block #72552 IMO.

@bors
Copy link
Contributor

bors commented Jun 4, 2020

📌 Commit d0fccb5 has been approved by ecstatic-morse

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 4, 2020
@marmeladema
Copy link
Contributor Author

@ecstatic-morse i'll rebase #72552 once this has landed 👍

Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Jun 5, 2020
…pis, r=ecstatic-morse

Remove unsused `NodeId` related APIs in hir map

cc rust-lang#50928

r? @ecstatic-morse
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Jun 5, 2020
…pis, r=ecstatic-morse

Remove unsused `NodeId` related APIs in hir map

cc rust-lang#50928

r? @ecstatic-morse
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 5, 2020
Rollup of 5 pull requests

Successful merges:

 - rust-lang#72260 (Spell out `Self` in async function return)
 - rust-lang#72996 (Remove unsused `NodeId` related APIs in hir map)
 - rust-lang#73010 (Update RELEASES.md)
 - rust-lang#73017 (Use assert_eq for liballoc test)
 - rust-lang#73019 (add test for rust-lang#72960)

Failed merges:

r? @ghost
@bors bors merged commit d01f7ae into rust-lang:master Jun 5, 2020
@marmeladema marmeladema deleted the remove-hir-map-nodeid-apis branch April 24, 2021 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants