summary refs log tree commit diff
path: root/src/test/run-pass/unsized3.rs
AgeCommit message (Expand)AuthorLines
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-2/+2
2014-09-12Handle always-unsized structsNick Cameron-0/+101