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

[STABLE-1.62] Bump cargo util stable #10806

Merged
merged 3 commits into from Jul 1, 2022

Commits on Jun 30, 2022

  1. Bump cargo-util version.

    ehuss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    524745d View commit details
    Browse the repository at this point in the history
  2. Ignore invalid_target_empty test.

    This is due to a change in clap 3.2. Cargo's CI runs without a lock
    file, but rust-lang/rust runs with one (locked to an older version). To
    avoid issues, this just ignores the test. See
    rust-lang#10753 for more.
    ehuss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6dedcf8 View commit details
    Browse the repository at this point in the history
  3. Auto merge of rust-lang#10785 - ehuss:fix-dead_code-diag, r=Eh2406

    Fix tests due to change in dead_code diagnostic.
    
    rust-lang/rust#97853 changed some diagnostics which is causing some tests to fail on the latest nightly.  This updates the tests to work on both stable and nightly.
    bors authored and ehuss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    20e282b View commit details
    Browse the repository at this point in the history