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

Let docs pass through with custom toolchains #2235

Merged
merged 1 commit into from
Feb 24, 2020

Commits on Feb 21, 2020

  1. Let docs pass through with custom toolchains

    Following rust-lang#2116, custom toolchains started to fail `rustup doc`, since
    they can't list components to check if `rust-docs` is installed.
    
        error: toolchain 'system' does not support components
        error: caused by: invalid toolchain name: 'system'
    
    Now custom toolchains just skip that component check, and it's up to the
    user to have installed the documentation in their own way.
    cuviper committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    fc94bf3 View commit details
    Browse the repository at this point in the history