summary refs log tree commit diff
path: root/src/test/compile-fail/kindck-inherited-copy-bound.rs
AgeCommit message (Expand)AuthorLines
2015-08-12Fallout in tests --- misc error message changes, WF fixesNiko Matsakis-1/+3
2015-04-01Fallout in testsNiko Matsakis-2/+2
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-2/+2
2015-02-18Round 3 test fixes and conflictsAlex Crichton-0/+1
2015-01-31Kill more `isize`sTobias Bucher-2/+2
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-1/+0
2014-12-19Implement "perfect forwarding" for HR impls (#19730).Niko Matsakis-1/+6
2014-09-15Update error messages in compile-fail testsNiko Matsakis-2/+2
2014-08-28Fix kindck to consider inherited boundsNiko Matsakis-0/+30