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: Go back to loading all external crates unconditionally #90489

Merged
merged 2 commits into from
Nov 12, 2021

Commits on Nov 8, 2021

  1. Add more missing methods to IntraLinkCrateLoader

    This helps with (but does not fix)
    rust-lang#84738. I tested on
    jyn514/objr@edcee7b
    and still hit ICEs.
    jyn514 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    cdafe99 View commit details
    Browse the repository at this point in the history
  2. Go back to loading all external crates unconditionally

    This *continues* to cause regressions. This code will be unnecessary
    once access to the resolver happens fully before creating the tyctxt
    (rust-lang#83761), so load all crates unconditionally for now.
    jyn514 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    51345a8 View commit details
    Browse the repository at this point in the history