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

Fix upvars sometimes not being marked as used mutably #18802

Merged
merged 2 commits into from
Nov 10, 2014

Conversation

bkoropoff
Copy link
Contributor

Drill down the loan path for McDeclared references as well since it might lead to an upvar. Closes #18769

Drill down the loan path for McDeclared references as well since
it might lead to an upvar.  Closes rust-lang#18769
bors added a commit that referenced this pull request Nov 10, 2014
Drill down the loan path for `McDeclared` references as well since it might lead to an upvar.  Closes #18769
@bors bors closed this Nov 10, 2014
@bors bors merged commit c0a7d55 into rust-lang:master Nov 10, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Jan 7, 2025
fix: incorrect file_id used for ranges in outgoing calls
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.

Compiler incorrectly warns that a variable "does not need to be mutable"
3 participants