summary refs log tree commit diff
path: root/src/test/compile-fail/object-does-not-impl-trait.rs
AgeCommit message (Expand)AuthorLines
2015-04-21test: Fix fallout in testsAlex Crichton-3/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+2
2014-09-15Update error messages in compile-fail testsNiko Matsakis-2/+2
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-0/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-02-07Removed @self and @Trait.Eduard Burtescu-4/+2
2013-10-23register snapshotsDaniel Micay-0/+2
2013-03-06Make object types not implement associated trait. Fixes #5087.Niko Matsakis-0/+17