summary refs log tree commit diff
path: root/src/test/compile-fail/cap-clause-double-move.rs
AgeCommit message (Expand)AuthorLines
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-1/+1
2012-05-07make it illegal to implicitly capture mutable variablesNiko Matsakis-1/+1
2012-03-05rustc: Lower case error messagesBrian Anderson-1/+1
2012-01-13distinguish "any closure" and "stack closure" (block)Niko Matsakis-1/+1
2011-12-20test: Remove 'error:' from error patternHaitao Li-1/+1
2011-12-19implement capture clauses (move, in particular) and integrateNiko Matsakis-0/+5