a48f95879d
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. |
||
---|---|---|
.. | ||
back | ||
save | ||
trans | ||
Cargo.toml | ||
diagnostics.rs | ||
lib.rs | ||
README.txt |
See the README.md in ../librustc.