Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc: calculate visibility on-demand #91408

Closed
wants to merge 1 commit into from

Commits on Dec 1, 2021

  1. Calculate visibility on-demand, not up-front

    - lots of staring really hard at the existing code to make sure the
      behavior matches
    - store `inline_stmt_id` and `crate_stmt_id` to be able to get their visibility (rustdoc stores the IDs of the item definition in `clean::Item`, not the re-export)
    jyn514 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4ad14ac View commit details
    Browse the repository at this point in the history