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

Distinguish argument from local variable #29327

Merged
merged 2 commits into from
Oct 27, 2015
Merged

Conversation

sanxiyn
Copy link
Member

@sanxiyn sanxiyn commented Oct 26, 2015

Fix #24114.

@alexcrichton
Copy link
Member

r? @nrc

@nrc
Copy link
Member

nrc commented Oct 27, 2015

@bors: r+

@bors
Copy link
Collaborator

bors commented Oct 27, 2015

📌 Commit 4e2189f has been approved by nrc

bors added a commit that referenced this pull request Oct 27, 2015
@bors
Copy link
Collaborator

bors commented Oct 27, 2015

⌛ Testing commit 4e2189f with merge 679b5a9...

@@ -278,7 +278,7 @@ enum PassArgs {
impl<'d,'t,'a,'tcx> ExprUseVisitor<'d,'t,'a,'tcx> {
pub fn new(delegate: &'d mut (Delegate<'tcx>),
typer: &'t infer::InferCtxt<'a, 'tcx>)
-> ExprUseVisitor<'d,'t,'a,'tcx> where 'tcx:'a
-> ExprUseVisitor<'d,'t,'a,'tcx> where 'tcx:'a+'d
Copy link
Member

Choose a reason for hiding this comment

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

cc @nikomatsakis it's evolving?!

@bors bors merged commit 4e2189f into rust-lang:master Oct 27, 2015
@sanxiyn sanxiyn deleted the argument branch October 28, 2015 03:53
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.

5 participants