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

Quick addition to --version to mention rustc #2465

Merged
merged 4 commits into from
Aug 27, 2020

Commits on Aug 19, 2020

  1. Quick addition to --version to mention rustc

    As discussed in rust-lang#2447, rustup versions are getting closer to rustc
    versions (because the rustup maintainers are working too much I'm sure).
    This leads to confusion when running `rustup --version` while intending
    to run `rustc --version`.
    
    The change introduced here will print two additional (stderr) lines
    after rustup's default `--version` output. The first mentions this
    issue, and the second will print the output of `rustc --version` as a
    hint (by trivially calling out to `rustc`, whatever binary that may be).
    killercup committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    7f157dc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    d708b11 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Configuration menu
    Copy the full SHA
    910b6ae View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    fbb5765 View commit details
    Browse the repository at this point in the history