]> git.lizzy.rs Git - rust.git/commit
auto merge of #14236 : alexcrichton/rust/issue-14082, r=brson
authorbors <bors@rust-lang.org>
Sat, 17 May 2014 04:36:23 +0000 (21:36 -0700)
committerbors <bors@rust-lang.org>
Sat, 17 May 2014 04:36:23 +0000 (21:36 -0700)
commit11e17c8705f39754c837fe5c6306d9d5edd04a20
tree059e4f02bc268b25dceb7808902c566d49e8ae44
parent53272180130b9d31e48a91dd63094355c843a584
parent9a5bbd773ca847b7f798d71201cf6ee3389312ce
auto merge of #14236 : alexcrichton/rust/issue-14082, r=brson

The reexport didn't switch the privacy, so the reexport was actually considered
private, erroneously failing to resolve imports later on.

Closes #14082