Uh oh!
There was an error while loading. Please reload this page.
hir: remove LoweredNodeId - #60305
Conversation
rust-highfive
commented
Apr 26, 2019
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
Centril
left a comment
There was a problem hiding this comment.
This applies generally in various places in the file.
Uh oh!
There was an error while loading. Please reload this page.
b97eb16 to
c95fd35Compare
Centril
left a comment
There was a problem hiding this comment.
Some more cases... more generally, search for let hir_id = self.lower_node_id(
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
c95fd35 to
83d6c40Compareljedrz
commented
Apr 26, 2019
@Centril This time I think I even got some you haven't noticed yet 😉 . |
Centril
commented
Apr 26, 2019
@ljedrz Yea; nice work :) -- I think you caught 'em all. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
83d6c40 to
d536ec4CompareZoxc
commented
Apr 29, 2019
@bors r+ |
bors
commented
Apr 29, 2019
📌 Commit d536ec4 has been approved by |
hir: remove LoweredNodeId It seems that we no longer need it, because nowadays we just want the `HirId` most of the time.
Rollup of 9 pull requests Successful merges: - #59946 (Fix equivalent string in escape_default docs) - #60256 (Option::flatten) - #60305 (hir: remove LoweredNodeId) - #60334 (Stabilized vectored IO) - #60353 (Add test not to forget resolved ICE) - #60356 (Stabilize str::as_mut_ptr) - #60358 (Clarify the short explanation of E0207) - #60359 (resolve: Consider erroneous imports used to avoid duplicate diagnostics) - #60360 (Add test case for labeled break in const assignment) Failed merges: r? @ghost
bors
commented
Apr 29, 2019
☔ The latest upstream changes (presumably #60377) made this pull request unmergeable. Please resolve the merge conflicts. |
It seems that we no longer need it, because nowadays we just want the
HirIdmost of the time.