List of trait implementations should be version-sorted #135098
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
D-papercut
Diagnostics: An error or lint that needs small tweaks.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
// tests/ui/suggestions/issue-71394-no-from-impl.rs
Current output
Desired output
Rationale and extra context
The existing sorting displays 10, 11, 12, before it displays 1, 2, 3. Lower numbers should be sorted before higher numbers. In addition to sorting in a more semantically correct fashion, this would also present the user with less complex possibilities first.
Other cases
Rust Version
Anything else?
No response
The text was updated successfully, but these errors were encountered: