doc inclusion (reexport) changes order of impl blocks #32290
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
std::vec::Vec
shows the inherent methodimpl
blocks in a different order thancollection::vec::Vec
. The latter follows the order in the source.Part of #24305
The text was updated successfully, but these errors were encountered: