rust/src/test
Manish Goregaokar 417639885c Rollup merge of #23025 - huonw:better-iter-infer, r=Gankro
This concretely improves type inference of some cases (see included
test). I assume the compiler struggles to reason about multiple layers
of generic type parameters (even with associated-type equalities) but
*can* understand pure associated types, since they are always directly
computable from the input types.

Thanks to @shepmaster for noticing the issue with `Cloned` (I took that example as a test case).
2015-03-06 22:22:31 +05:30
..
auxiliary Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichton 2015-03-06 22:22:30 +05:30
bench
codegen
compile-fail Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichton 2015-03-06 22:22:30 +05:30
compile-fail-fulldeps
debuginfo
parse-fail
pretty
run-fail
run-make Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichton 2015-03-06 22:22:30 +05:30
run-pass Rollup merge of #23025 - huonw:better-iter-infer, r=Gankro 2015-03-06 22:22:31 +05:30
run-pass-fulldeps
run-pass-valgrind