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

component: Support installation/removal of component-target #2088

Merged
merged 2 commits into from
Oct 29, 2019

Commits on Oct 29, 2019

  1. component: Support installation/removal of component-target

    In order to reduce the surprise available when someone expects to be able to
    take output of `rustup component list` and use it as input to `rustup component
    add` or `rustup component remove` we now support creation of `Component`
    objects by attempting to split it on '-' and see if we get a component name and
    valid full target triple.
    
    Fixes: rust-lang#2057
    kinnison committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    76bd361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f9880 View commit details
    Browse the repository at this point in the history