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 mem-categorization of an overloaded autoderef applied to result of an overloaded index #20751

Merged
merged 5 commits into from
Jan 8, 2015

Conversation

nikomatsakis
Copy link
Contributor

Issue #20232. Fun.

r? @eddyb you prob know this system best

an `Option<&Expr>` like everything else.
more modern terminology and update tests accordingly.
… implicit

deref that is associated with an overloaded index, we should not
consult the method lookup table. This deref is *always* a deref of an
`&T` and hence is never overloaded (and is also not present in the
tables; it has no "id" or other associated key).
`assert_no_late_bound_regions`) and to give more helpful debug output.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 8, 2015
@alexcrichton alexcrichton merged commit ba87b54 into rust-lang:master Jan 8, 2015
@nikomatsakis nikomatsakis deleted the issue-20232 branch March 30, 2016 16:14
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