rust/src/test
Edward Wang 2af968eaa6 Eliminate assoc type projection predicate candidate duplicates
When projecting associate types for a trait's default methods, the
trait itself was added to the predicate candidate list twice: one from
parameter environment, the other from trait definition. Then the
duplicates were deemed as code ambiguity and the compiler rejected the
code. Simply checking and dropping the duplicates solves the issue.

Closes #22036
2015-02-12 01:12:57 +08:00
..
auxiliary Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
bench Rollup merge of #21955 - jbcrail:fix-test-comments, r=steveklabnik 2015-02-06 16:21:05 +05:30
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Test fixes and rebase conflicts 2015-02-10 11:51:38 -08:00
compile-fail-fulldeps Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
debuginfo debuginfo: Fix problem with debug locations of constants in match patterns. 2015-02-06 21:24:06 +01:00
parse-fail rollup merge of #21918: ranma42/replace-be 2015-02-10 08:41:30 -08:00
pretty Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
run-fail cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
run-make Test fixes and rebase conflicts 2015-02-10 11:51:38 -08:00
run-pass Eliminate assoc type projection predicate candidate duplicates 2015-02-12 01:12:57 +08:00
run-pass-fulldeps Auto merge of #22026 - kmcallister:plugin, r=sfackler 2015-02-10 11:15:52 +00:00
run-pass-valgrind Fallout of io => old_io 2015-01-26 16:01:16 -08:00