-
Notifications
You must be signed in to change notification settings - Fork 41
Conversation
The build fails, also could you do commits like #281? Otherwise it's hard to review what's changed. |
will do, thanks for the quick response :-) do you have input about my |
Yeah, I've also encountered this issue, that's why the current nightly version is nightly-2021-12-31. |
For us this mostly means changing `hir::exports::Export` to `metadata::ModChild` and `tcx.item_children` to `tcx.module_children`.
updated/reworked into separate commits, tests still fail since i'm not really handling the missing |
Needed to adjust stdout for trait_impls, due to new allocator generic parameter for `Vec` and `Box`, decided it wasn't worth a separate commit.
Change the trait_impls stdout file back, the `Display` impls have gotten changed back in the meantime it seems.
alright, found a pretty painless way to use the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for the detailed commits.
@bors r+ |
📌 Commit 644b3e2 has been approved by |
☀️ Test successful - checks-actions |
No description provided.