about summary refs log tree commit diff
path: root/src/test/compile-fail/trait-coercion-generic-bad.rs
AgeCommit message (Expand)AuthorLines
2014-10-09Implement multidispatch and conditional dispatch. Because we do notNiko Matsakis-1/+1
2014-09-15Update error messages in compile-fail testsNiko Matsakis-2/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-02-07Added tests to make tidyDerek Guenther-2/+2
2014-02-07Removed @self and @Trait.Eduard Burtescu-3/+1
2013-12-27Add tests for trait object coercion.Luqman Aden-0/+32