]> git.lizzy.rs Git - rust.git/commit
auto merge of #12571 : eddyb/rust/kill-callee-id, r=nikomatsakis
authorbors <bors@rust-lang.org>
Wed, 26 Feb 2014 15:16:39 +0000 (07:16 -0800)
committerbors <bors@rust-lang.org>
Wed, 26 Feb 2014 15:16:39 +0000 (07:16 -0800)
commit05a2d32acd7e682854a188697ee404cbd001bf38
treead01af5adf976b29f72956c05de0dc395e45412f
parent6c41f993d390a0a8d9f42cfca4f365b6f93d0c26
parent05e4d944a9f7db17e759cd4e09fb82357b8cee28
auto merge of #12571 : eddyb/rust/kill-callee-id, r=nikomatsakis

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.