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

Issue 5121 fns with early lifetime params #10556

Conversation

nikomatsakis
Copy link
Contributor

See issue #5121 for details.

r? @pnkfelix

ItemScope(&'self OptVec<ast::Lifetime>),
FnScope(ast::NodeId, &'self OptVec<ast::Lifetime>, &'self ScopeChain<'self>),
BlockScope(ast::NodeId, &'self ScopeChain<'self>),
EarlyScope(uint, &'self OptVec<ast::Lifetime>, Scope<'self>),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please document the first tuple component of EarlyScope. (Or, alternatively, provide a pointer, such as a function name, to which part of the code you'd recommend reading to find out what they are.)

@pnkfelix
Copy link
Member

I skimmed over it, gave feedback. Feel free to update. I will look at it again tomorrow.

@nikomatsakis
Copy link
Contributor Author

Actually I was a bit hasty with this PR. It's close, but there's still work to be done, so I'm going to close it for now. I'll read over and incorporate your feedback also.

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.

3 participants