about summary refs log tree commit diff
path: root/src/test/compile-fail/static-vec-repeat-not-constant.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-16/+0
2015-05-21Make various fixes:Niko Matsakis-1/+1
- add feature gate - add basic tests - adjust parser to eliminate conflict between `const fn` and associated constants - allow `const fn` in traits/trait-impls, but forbid later in type check - correct some merge conflicts
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
This does NOT break any existing programs because the `[_, ..n]` syntax is also supported.
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2013-08-13Add test for repeat expr in statics.Luqman Aden-0/+15