summary refs log tree commit diff
path: root/src/test/compile-fail/issue-13482.rs
AgeCommit message (Expand)AuthorLines
2014-10-05Rename vector patterns to array patternsP1start-1/+1
2014-10-03Change rustc pretty-printing to print [T, ..n] instead of [T, .. n]P1start-1/+1
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-06-20Add unreachability detection for missized patterns of fixed size vectorsJakub Wieczorek-0/+18