summary refs log tree commit diff
path: root/src/test/compile-fail/unsized6.rs
AgeCommit message (Expand)AuthorLines
2014-09-15Update error messages in compile-fail testsNiko Matsakis-18/+14
2014-09-08Forbid unsized rvaluesNick Cameron-0/+2
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-8/+8
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-04-24Prevent unsized types being stored in variablesNick Cameron-0/+43