]> git.lizzy.rs Git - rust.git/commit
auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis
authorbors <bors@rust-lang.org>
Sat, 17 Jan 2015 08:51:38 +0000 (08:51 +0000)
committerbors <bors@rust-lang.org>
Sat, 17 Jan 2015 08:51:38 +0000 (08:51 +0000)
commit3e6eaeb69ff729096253670aba752c03225113bc
treefa2c530c596734581ec71e241d2262c0d2a0a48f
parent378fb5846d2d8dbc5ab24a5e92794c5c39d492dc
parent811522260760d5c1d6a4c8162ba816a471f37232
auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis

Loading methods from external crates was erroneously using the type's privacy
for each method instead of each method's privacy. This commit fixes that.

Closes #21202

This commit also moves privacy to its own crate because I thought that was where the bug was. Turns out it wasn't, but it helped me iterate at least!