about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-4517.rs
AgeCommit message (Expand)AuthorLines
2014-10-03Change rustc pretty-printing to print [T, ..n] instead of [T, .. n]P1start-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-02-07Added tests to make tidyDerek Guenther-2/+14
2013-04-06librustc: use new `[ty, .. len]` syntax for fixed vector errors.Huon Wilson-1/+1
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-1/+1
2013-02-22Fix vector syntax in error messagesoncemoreification-0/+6