summary refs log tree commit diff
path: root/src/test/compile-fail/unsized5.rs
AgeCommit message (Expand)AuthorLines
2014-09-25Move checking of whether fields are Sized or not into wf / trait code.Niko Matsakis-6/+6
2014-09-12Handle always-unsized structsNick Cameron-2/+9
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-4/+4
2014-04-24Prevent unsized types being stored in variablesNick Cameron-12/+1
2014-04-23Review changesNick Cameron-4/+4
2014-04-23Check for unsized types in enums.Nick Cameron-0/+41