rust/src/test
Huon Wilson 7bcf7fb500 Use more associated types in core::iter.
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.
2015-03-05 22:50:09 +11:00
..
auxiliary Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
bench Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
compile-fail-fulldeps Add regression tests for #15778 2015-03-02 13:22:03 -08:00
debuginfo Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
parse-fail obsolete |&:| syntax 2015-02-27 21:01:22 -05:00
pretty Fix test fallouts 2015-02-22 02:14:27 +01:00
run-fail Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
run-make Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
run-pass Use more associated types in core::iter. 2015-03-05 22:50:09 +11:00
run-pass-fulldeps Add regression tests for #15778 2015-03-02 13:22:03 -08:00
run-pass-valgrind Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00