rustdoc: Fix sidebar heading order - #158085
Conversation
|
rustbot has assigned @lolbinarycat. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
|
please provide before/after screenshots, as well as your reasoning for why you believe the previous behavior to be incorrect. |
5441dce to
2d79bb6
Compare
|
Hi @lolbinarycat do you think the explanation is satisfactory? |
|
The explanation makes sense. The implementation is a bit finicky (adding, then removing and re-adding), but I can't easily think of a nicer way of doing it, so I suppose it's fine. The one thing I would like to see is a |
|
I think it's worth moving this along and just adding the regression test in a followup. @bors r+ rollup |
…uwer Rollup of 19 pull requests Successful merges: - #156016 (view-types: store view types in the AST) - #157385 (Enable Enzyme on x86_64-apple) - #158179 (std: unconditionally use `preadv`/`pwritev` on AArch64 macOS) - #158621 (disallow `extern "custom"` on wasm and spirv targets) - #158690 (delegation: support mapping of all arguments with `Self` type) - #158696 (Rename some `body_id` to `body_def_id`) - #158697 (Fixes for QNX SDP 8) - #158760 (Clarify that `LocalKey::try_with` may return `AccessError`) - #157801 (Rewrite safety requirements for `Allocator` impls) - #158085 (rustdoc: Fix sidebar heading order) - #158333 (Fix typetree generation for differentiated functions) - #158646 (powerpc64le_unknown_freebsd.rs: link with -lgcc) - #158701 ( diagnostics: suggest type annotation for closure params on HRTB FnOnce mismatch) - #158791 (Avoid unused braces lint for macro generated arguments) - #158802 (Use `ci-mirrors` in `armhf-gnu` for {busybox, ubuntu rootfs} artifacts) - #158841 (Avoid final override ICE for RPITIT associated types) - #158889 (tests: catch up with LLVM returning f128 on the stack) - #158905 (delegation: add constraints to new generic args) - #158922 (tests: clean up over-constraint on LLVM feature count) Failed merges: - #158617 (allow mGCA const arguments to fall back to anon consts)
Rollup merge of #158085 - tyilo:fix-sidebar-heading-order, r=lolbinarycat rustdoc: Fix sidebar heading order Makes sidebar heading order match the order of the headings in the main content.


Makes sidebar heading order match the order of the headings in the main content.