Skip to content
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

Remove the synthetic "region bound" from closures #22966

Merged
merged 1 commit into from
Mar 2, 2015

Commits on Mar 2, 2015

  1. Remove the synthetic "region bound" from closures and instead update how

    type-outlives works for closure types so that it ensures that all upvars
    outlive the region in question. This gives the same guarantees but
    without introducing artificial regions (and gives better error messages
    to boot).
    nikomatsakis committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    00fcf79 View commit details
    Browse the repository at this point in the history