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

cargo fix: Call rustc fewer times. #13243

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Commits on Jan 2, 2024

  1. Add tests validating the sequence for cargo fix.

    This adds a set of tests which validates various edge cases around how
    `cargo fix` works in terms of calling `rustc` multiple times. This uses
    a replacement of `rustc` so it doesn't depend on the behavior of rustc
    itself which is not always stable.
    ehuss committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8ffd9cd View commit details
    Browse the repository at this point in the history
  2. cargo fix: Call rustc fewer times.

    This changes `cargo fix` so that it keeps track of the output so that it
    doesn't need to run the final "show the output" step.
    ehuss committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e7eaa51 View commit details
    Browse the repository at this point in the history