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

Update rustc_version_cmd #3903

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Commits on Sep 6, 2024

  1. Update rustc_version_cmd

    Change `if let` to a `match` because it is about the same complexity but
    also works with our MSRV for 0.2. This should allow backporting [1]
    easier, as well as future backports that touch this code.
    
    Additionally, add some new documentation comments.
    
    [1]: rust-lang#3893
    tgross35 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cdf12d2 View commit details
    Browse the repository at this point in the history