Skip to content

Commit

Permalink
Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=Guil…
Browse files Browse the repository at this point in the history
…laumeGomez

rustdoc: strategic boxing to reduce the size of ItemKind and Type

The `Type` change redesigns `QPath` to box the entire data structure instead of boxing `self_type` and the `trait_`.

This reduces the size of several `ItemKind` variants, leaving `Impl` as the biggest variant. The `ItemKind` change boxes that variant's payload.
  • Loading branch information
bors committed Aug 21, 2022
2 parents 608f692 + 071f172 commit efe7c16
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit efe7c16

Please sign in to comment.