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

Impl warn for locked install without Cargo.lock #9108

Merged
merged 1 commit into from
Feb 1, 2021

Commits on Jan 30, 2021

  1. Impl warn for locked install withoud Cargo.lock

    If we're installing in --locked mode and there's no `Cargo.lock` published
    ie. the bin was published before rust-lang#7026
    the cargo install errors were not stating that it was due to the lack of
    the `Cargo.lock` file. Instead, the error seemed completely unrelated.
    
    Therefore, this tries to address this by adding a warn in the stderr
    output.
    
    Closes rust-lang#9106
    CPerezz committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    b526fad View commit details
    Browse the repository at this point in the history