Closed
Description
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/.