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

Give a better error when x dist fails for an optional tool #99139

Merged
merged 1 commit into from
Jul 14, 2022

Commits on Jul 11, 2022

  1. Give a better error when x dist fails for an optional tool

    Before:
    ```
    thread 'main' panicked at 'Unable to build RLS', dist.rs:42:9
    ```
    
    After:
    ```
    thread 'main' panicked at 'Unable to build submodule tool RLS (use `missing-tools = true` to ignore this failure)
    note: not all tools are available on all nightlies
    help: see https://forge.rust-lang.org/infra/toolstate.html for more information', dist.rs:43:9
    ```
    jyn514 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9395103 View commit details
    Browse the repository at this point in the history