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

Add logic to check for --keep-going support #160

Merged
merged 1 commit into from
Apr 2, 2022
Merged

Add logic to check for --keep-going support #160

merged 1 commit into from
Apr 2, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Apr 2, 2022

This will allow conditionally using rust-lang/cargo#10383 on toolchains that support it.

Supersedes #159, since this approach is going to have lower overhead in typical usage. #159 takes 450ms on the first cargo test run and 10ms on subsequent runs, whereas #160 takes 20ms on all runs.

Closes #159.

@dtolnay dtolnay merged commit 83d09c5 into master Apr 2, 2022
@dtolnay dtolnay deleted the keepgoing2 branch April 2, 2022 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant