about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-move-moved-value-into-closure.rs
AgeCommit message (Expand)AuthorLines
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-2/+2
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-07-17Issue #7444 - Borrowck permits moved values to be capturedNiko Matsakis-0/+10