]> git.lizzy.rs Git - rust.git/commit
auto merge of #12158 : nikomatsakis/rust/issue-6801-borrowck-closures, r=pcwalton
authorbors <bors@rust-lang.org>
Tue, 11 Feb 2014 23:06:49 +0000 (15:06 -0800)
committerbors <bors@rust-lang.org>
Tue, 11 Feb 2014 23:06:49 +0000 (15:06 -0800)
commit0ac6e5afda2a9741d50d6b5c557ee16fee44878f
treef3911877e062ef2c5a2188a91b38a128dbd35c2b
parent2ab248af38c982f42a0a1acf0769e71fa7e77db7
parent484f0f11e6e49c530cd0351e76989ec6706fa2ce
auto merge of #12158 : nikomatsakis/rust/issue-6801-borrowck-closures, r=pcwalton

I factored the commits by affected files, for the most part. The last 7 or 8 contain the meat of the PR. The rest are small changes to closures found in the codebase. Maybe interesting to read to see some of the impact of the rules.

r? @pcwalton

Fixes #6801