Skip to content

Remove callee_id's from the AST. #12571

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

Merged
merged 2 commits into from
Feb 26, 2014
Merged

Remove callee_id's from the AST. #12571

merged 2 commits into from
Feb 26, 2014

Conversation

eddyb
Copy link
Member

@eddyb eddyb commented Feb 26, 2014

Every method call and overloaded operator had a callee_id that was be used to store the method type and type substitutions, that information is now stored in the method_map, alongside the method's origin.

bors added a commit that referenced this pull request Feb 26, 2014
Every method call and overloaded operator had a `callee_id` that was be used to store the method type and type substitutions, that information is now stored in the `method_map`, alongside the method's origin.
@bors bors closed this Feb 26, 2014
@bors bors merged commit 05e4d94 into rust-lang:master Feb 26, 2014
@eddyb eddyb deleted the kill-callee-id branch February 26, 2014 17:22
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