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: Store intra-doc links in Cache instead of on items directly #83833

Merged
merged 1 commit into from
Apr 7, 2021

Commits on Apr 6, 2021

  1. Store links in Cache instead of on items directly

    Items are first built after rustdoc creates the TyCtxt. To allow
    resolving the links before the TyCtxt is built, the links can't be
    stored on `clean::Item` directly.
    jyn514 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    9e11902 View commit details
    Browse the repository at this point in the history