]> git.lizzy.rs Git - rust.git/commit
Add a model for how conditional trait impls might be used to implement
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 1 Oct 2014 09:00:50 +0000 (05:00 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Thu, 9 Oct 2014 21:19:53 +0000 (17:19 -0400)
commit6340c1a3739de1519f7416ac52263b4234965739
tree3a532bebe3c14438f035caf45bd3724ba750f045
parent389ef6601d18112a7a449eac2e190e4eb061bdf8
Add a model for how conditional trait impls might be used to implement
the Fn-FnMut-FnOnce hierarchy.
src/test/run-pass/traits-conditional-model-fn.rs [new file with mode: 0644]