-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Compiler message need improve for OrdSliceExt::sort() #20162
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Comments
This is fixed (after changing the type of
|
Needs test? |
Merged
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jul 21, 2015
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jul 21, 2015
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jul 21, 2015
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jul 22, 2015
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jul 22, 2015
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jul 22, 2015
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jul 22, 2015
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Code:
Error:
The compiler should tell us, struct
X
doesn't implementsOrd
, at least.The text was updated successfully, but these errors were encountered: