Skip to content

Constrain maximum lifetime of stack closures #7455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Member

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
Member

@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