about summary refs log tree commit diff
path: root/src/test/compile-fail/conflicting-implementations-aux.rs
AgeCommit message (Collapse)AuthorLines
2014-10-09Implement multidispatch and conditional dispatch. Because we do notNiko Matsakis-24/+0
attempt to preserve crate concatenation, this is a backwards compatible change. Conflicts: src/librustc/middle/traits/select.rs
2014-09-28Correctly populate trait impl map when checking for impl overlapsBrian Koropoff-1/+3
Also fix an existing compile-fail test which was intended to cover this case. This closes issue #17593
2014-09-15Update error messages in compile-fail testsNiko Matsakis-4/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2014-02-05Check for trait impl conflicts across cratesNick Cameron-0/+24