]> git.lizzy.rs Git - rust.git/commit
Be careful about where we change braces in closures
authorNick Cameron <ncameron@mozilla.com>
Wed, 13 Apr 2016 20:36:59 +0000 (08:36 +1200)
committerNick Cameron <ncameron@mozilla.com>
Wed, 13 Apr 2016 21:05:42 +0000 (09:05 +1200)
commitc7780fdfd8c23cfbc49f537490dda65af3a6ad8b
treebf1d8a4d007b809d3497fc37a6ac06a24fc88b22
parent09440b55ef678c630a5f1c8d414de3afca05f78f
Be careful about where we change braces in closures

And some general refactoring of closure code.

Fixes #863
src/expr.rs
src/utils.rs
tests/source/closure.rs
tests/target/chains-no-overflow.rs
tests/target/chains.rs
tests/target/closure.rs