]> git.lizzy.rs Git - rust.git/commit
auto merge of #7455 : nikomatsakis/rust/issue-7336-constrain-closure-lifetimes, r...
authorbors <bors@rust-lang.org>
Thu, 11 Jul 2013 16:34:40 +0000 (09:34 -0700)
committerbors <bors@rust-lang.org>
Thu, 11 Jul 2013 16:34:40 +0000 (09:34 -0700)
commit278ed50e0a66f4c549e43c82e4a545890091e9ba
tree829c2795aec6fb44c680343e65e09f79e7b18d0b
parente95fcfafc7a2349217096bc1ed8b8c273b6a0e2b
parent3b8c5a1a3772a5c4d64d202db8b0af94651b08ff
auto merge of #7455 : nikomatsakis/rust/issue-7336-constrain-closure-lifetimes, r=pnkfelix

Constrain maximum lifetime of stack closures that capture variables to be limited by the innermost repeating scope.

Fixes #7336.

r? whomever.