]> git.lizzy.rs Git - rust.git/commit
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)
commit403cdd84a4e9f01848445255078cce6bcebae8e3
tree36e91c61a895424f6ad72f061316ad82f6d64c63
parenta9eb86823049c2eff98e74fcac8ae75cc8760f33
parent36f20423c31601c7b2e4f94368e79f44146cb064
auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonw

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.