summary refs log tree commit diff
path: root/src/test/compile-fail/issue-10291.rs
AgeCommit message (Expand)AuthorLines
2015-03-03Switched to Box::new in many places.Felix S. Klock II-4/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-05fix cfail testsJorge Aparicio-1/+1
2014-11-07Update parser with `for` syntaxNiko Matsakis-1/+1
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-1/+1
2014-08-26DST coercions and DST structsNick Cameron-3/+2
2014-05-23Fix lifetime error to print `'a` instead of `&'a`P1start-0/+19