Uh oh!
There was an error while loading. Please reload this page.
HirIdify hir::ItemId - #59413
Conversation
ljedrz
commented
Mar 25, 2019
Oh, sweet - you were able to crack it 👍. |
oli-obk
commented
Mar 25, 2019
@bors r+ |
bors
commented
Mar 25, 2019
📌 Commit cb4ac71 has been approved by |
Zoxc
commented
Mar 25, 2019
@ljedrz Let's see if the tests pass before celebrating =P |
rust-highfive
commented
Mar 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 |
oli-obk
commented
Mar 25, 2019
@bors r- |
Zoxc
commented
Mar 25, 2019
I see impl Trait and async stuff also create items, so I guess I have to allocate the HIR counters for those too. |
Zoxc
commented
Mar 26, 2019
I changed the code to allocate the HIR id counters on demand. That seem to suffice for impl Trait, since it doesn't also create new |
oli-obk
commented
Mar 27, 2019
@bors r+ |
bors
commented
Mar 27, 2019
📌 Commit f7c66fb has been approved by |
HirIdify hir::ItemId Version of rust-lang#59092. r? @oli-obk
Rollup of 12 pull requests Successful merges: - #57987 (Fix some AArch64 typos) - #58581 (Refactor generic parameter encoder functions) - #58803 (fs::copy() unix: set file mode early) - #58848 (Prevent cache issues on version updates) - #59198 (Do not complain about unmentioned fields in recovered patterns) - #59351 (Include llvm-ar with llvm-tools component) - #59413 (HirIdify hir::ItemId) - #59441 (Remove the block on natvis for lld-link.) - #59448 (Use consistent phrasing for all macro summaries) - #59456 (Add documentation about `for` used as higher ranked trait bounds) - #59472 (Document that `std::io::BufReader` discards contents on drop) - #59474 (Fix link capitalization in documentation of std::io::BufWriter.) Failed merges: r? @ghost
Version of #59092.
r? @oli-obk