rust/tests
Nick Cameron 7a758ea20a Fix closures again (#937)
* Fix closures again

Closes #934

Oh god, the rules for parsing closures are even more messed up than I thought - whether or not there is an inner block or depends not only on if there are braces, but also if there is a return type for the closure (!) and if there are statements in the block.

* Fix overflow
2016-04-15 10:52:08 +02:00
..
config Added where_trailing_comma option. 2016-01-26 12:42:11 +11:00
coverage simplify tests 2016-04-05 02:45:39 +03:00
source Fix closures again (#937) 2016-04-15 10:52:08 +02:00
target Fix closures again (#937) 2016-04-15 10:52:08 +02:00
writemode simplify tests 2016-04-05 02:45:39 +03:00
system.rs return non-zero exit code if there were errors 2016-04-15 02:51:50 +03:00