]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #11019 : alexcrichton/rust/issue-10545, r=pcwalton
authorbors <bors@rust-lang.org>
Wed, 18 Dec 2013 05:31:47 +0000 (21:31 -0800)
committerbors <bors@rust-lang.org>
Wed, 18 Dec 2013 05:31:47 +0000 (21:31 -0800)
This code in resolve accidentally forced all types with an impl to become
public. This fixes it by default inheriting the privacy of what was previously
there and then becoming `true` if nothing else exits.

Closes #10545


Trivial merge