Save-analysis data should indicate whether an item is visible from the crate root #43521
Labels
A-save-analysis
Area: saving results of analyses such as inference and borrowck results to a file.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This is needed for tools like the new rustdoc prototype at steveklabnik/rustdoc, where it's required to only document items that can be used by the library consumer.
This should also take
pub use
into account.cc rust-dev-tools/rls-analysis#79
The text was updated successfully, but these errors were encountered: