rust/src/librustc_trans
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
..
back #31820 - Utilize if..let instead of single match branch 2016-02-23 21:21:51 +05:30
save Split ast::PatKind::Enum into tuple struct and path patterns 2016-02-13 15:51:27 +03:00
trans #31820 - Utilize if..let instead of single match branch 2016-02-23 21:21:51 +05:30
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
diagnostics.rs
lib.rs Warn when reexporting a private extern crate 2016-02-24 01:34:20 +00:00
README.txt

See the README.md in ../librustc.