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

Add rustc-docs as a component #75560

Merged
merged 1 commit into from
Aug 15, 2020
Merged

Commits on Aug 15, 2020

  1. Add rustc-docs as a component

    Previously it was listed as a package but wasn't available in the component
    lists in rustup, so wasn't actually installable.
    
    rustc-docs is also only present for x86_64-unknown-linux-gnu. Eventually it'll
    also be shipped for aarch64-gnu with current CI configuration, but that builder
    isn't quite up and running yet.
    
    We probably want to ship compiler docs for other platforms as well, though, but
    this commit doesn't enable that quite yet. A future PR may do so by adding
    --enable-compiler-docs to the relevant builders (but it would also need to
    decide the set of builders which we'd ship on).
    Mark-Simulacrum committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    35f8987 View commit details
    Browse the repository at this point in the history