]> git.lizzy.rs Git - rust.git/commit
auto merge of #16286 : pcwalton/rust/associated-items-groundwork, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 14 Aug 2014 19:11:18 +0000 (19:11 +0000)
committerbors <bors@rust-lang.org>
Thu, 14 Aug 2014 19:11:18 +0000 (19:11 +0000)
commita8c8e3f80fd0355b2bb91337c6ad0bb0a38d5485
tree6acf4c541c9321d8a304eb16f486b09755983c52
parent404978ea722c0257cc763540c93243e8a21f82ed
parent9907fa4acc2af5b2b07d1362b3ceb29171954c58
auto merge of #16286 : pcwalton/rust/associated-items-groundwork, r=nikomatsakis

methods.

This paves the way to associated items by introducing an extra level of
abstraction ("impl-or-trait item") between traits/implementations and
methods. This new abstraction is encoded in the metadata and used
throughout the compiler where appropriate.

There are no functional changes; this is purely a refactoring.

r? @nick29581