about summary refs log tree commit diff
path: root/src/test/compile-fail/conflicting-implementations-aux.rs
AgeCommit message (Expand)AuthorLines
2014-10-09Implement multidispatch and conditional dispatch. Because we do notNiko Matsakis-24/+0
2014-09-28Correctly populate trait impl map when checking for impl overlapsBrian Koropoff-1/+3
2014-09-15Update error messages in compile-fail testsNiko Matsakis-4/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2014-02-05Check for trait impl conflicts across cratesNick Cameron-0/+24