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 cargo check to rust tool chain #348

Open
rnpridgeon opened this issue Aug 30, 2022 · 0 comments
Open

Add cargo check to rust tool chain #348

rnpridgeon opened this issue Aug 30, 2022 · 0 comments

Comments

@rnpridgeon
Copy link
Contributor

Rust's compiler is notoriously slow which can drastically increases the feedback loop for compilation errors.

This may not be super painful for local builds but it can cause a lot of heart burn when using a remote builder as your clients need to adjust their timeouts based on how long they think a rust build might take. This is a less than awesome trade off which I'm hoping can be mitigated with a simple correctness check.

https://ebarnard.github.io/2019-06-03-rust-smaller-trait-implementers-docs/cargo/commands/cargo-check.html

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

No branches or pull requests

1 participant