summary refs log tree commit diff
path: root/src/test/compile-fail/issue-5035-2.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/+3
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2014-09-15Update error messages in compile-fail testsNiko Matsakis-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-26Rebasing changesNick Cameron-1/+3
2014-06-23rustc: catch `impl X for Y` where X is not a trait in resolve.Kevin Butler-0/+14