Skip to content

Constrain maximum lifetime of stack closures#7455

Closed
nikomatsakis wants to merge 1 commit intorust-lang:masterfrom
nikomatsakis:issue-7336-constrain-closure-lifetimes
Closed

Constrain maximum lifetime of stack closures#7455
nikomatsakis wants to merge 1 commit intorust-lang:masterfrom
nikomatsakis:issue-7336-constrain-closure-lifetimes

Conversation

@nikomatsakis
Copy link
Contributor

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

Fixes #7336.

r? whomever.

@emberian
Copy link
Contributor

emberian commented Jul 7, 2013

@nikomatsakis needs a rebase

@nikomatsakis
Copy link
Contributor Author

ok, this needs a review, time to pick someone. r? @pcwalton

@pnkfelix
Copy link
Contributor

@pcwalton I'll do the review (and/or I'll let you know if I think it needs your eyes too)

bors added a commit that referenced this pull request Jul 11, 2013
…lifetimes, r=pnkfelix

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

Fixes #7336.

r? whomever.
@bors bors closed this Jul 11, 2013
@nikomatsakis nikomatsakis deleted the issue-7336-constrain-closure-lifetimes branch March 30, 2016 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unconstrained-region.rs hits a codegen bug

4 participants