about summary refs log tree commit diff
path: root/src/test/compile-fail/static-vec-repeat-not-constant.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-16/+0
2015-05-21Make various fixes:Niko Matsakis-1/+1
2015-02-16tests: fix fallout from changed error messages.Eduard Burtescu-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2013-08-13Add test for repeat expr in statics.Luqman Aden-0/+15