Primitive fn implementation list for Debug is ordered pretty much randomly #71859
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.
If you check https://doc.rust-lang.org/std/primitive.fn.html, there is no real ordering for Debug implementations.
https://doc.rust-lang.org/std/fmt/trait.Debug.html on the other hand has a reasonable ordering for those functions.
I noticed this issue initially on https://www.reddit.com/r/rustjerk/comments/gcdb7m/varargs_at_home/.
The text was updated successfully, but these errors were encountered: