]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34193 - petrochenkov:privalias, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 11 Aug 2016 17:09:10 +0000 (10:09 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2016 17:09:10 +0000 (10:09 -0700)
commit11f880588791930cb130071c2cb972fc3c3354ed
tree797b51a4ff2876446f97e0b881d41cc445a24df3
parent42001edc998f3406ecc04afa48bf07ce91247b67
parent5d4ae4ba5a08c1161e46e0dd6b2584b664bdf335
Auto merge of #34193 - petrochenkov:privalias, r=nikomatsakis

privacy: Substitute type aliases in private-in-public checker

Closes https://github.com/rust-lang/rust/issues/30503
Closes https://github.com/rust-lang/rust/issues/34293

Everyone in the issue discussion seemed to be in favor, @huonw also spoke about this [here](https://www.reddit.com/r/rust/comments/3xldr9/surfaces_and_signatures_component_privacy_versus/cy615wq), but the issue haven't got any movement.
I think it's reasonable to do this before turning `private_in_public` warnings into errors.

r? @nikomatsakis