rustdoc Trait impl list is strangely ordered since 1.19 #42963
Labels
C-bug
Category: This is a bug.
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Compare:
In the beta and nightly docs, the impl for
fn
, tuples, arrays and primitives appear randomly. There does not seem to be any problem beyond thelibcore
mess.Similar problem in:
https://doc.rust-lang.org/1.18.0/std/primitive.array.html (looks good, impl follows declaration order)
https://doc.rust-lang.org/1.19.0/std/primitive.array.html (randomly ordered for each group of traits)
https://doc.rust-lang.org/1.19.0/std/primitive.array.html
https://doc.rust-lang.org/1.19.0/std/vec/struct.Vec.html
...
The text was updated successfully, but these errors were encountered: