]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonw
authorbors <bors@rust-lang.org>
Sat, 13 Jul 2013 13:01:31 +0000 (06:01 -0700)
committerbors <bors@rust-lang.org>
Sat, 13 Jul 2013 13:01:31 +0000 (06:01 -0700)
Rust will allow to supply default methods for all four methods, but we
don't have any nice error reporting for the case where at least one
method must be implemented, but it's arbitrary which.

So in this case, we require `lt`, but allow implementing the others if needed.


Trivial merge