rust/src/libstd/sys
Manish Goregaokar a48f95879d Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakis
This PR changes the visibility of extern crate declarations to match that of items (fixes #26775).
To avoid breakage, the PR makes it a `public_in_private` lint to reexport a private extern crate, and it adds the lint `inaccessible_extern_crate` for uses of an inaccessible extern crate.

The lints can be avoided by making the appropriate `extern crate` declaration public.
2016-02-25 11:41:01 +05:30
..
common Auto merge of #31778 - aturon:snapshot, r=alexcrichton 2016-02-24 04:42:09 +00:00
unix Warn when reexporting a private extern crate 2016-02-24 01:34:20 +00:00
windows Rollup merge of #31842 - dileepbapat:master, r=alexcrichton 2016-02-25 04:21:10 +05:30